{% extends "base.html" %} {% block title %}abogen · Settings{% endblock %} {% block content %} Application Settings Settings apply to new jobs you queue from the dashboard. {% if saved %} Settings saved successfully. {% endif %} Output Defaults Audio Format {% for fmt in options.output_formats %} {{ fmt }} {% endfor %} Subtitle File Format {% for value, text in options.subtitle_formats %} {{ text }} {% endfor %} Default Voice {% for voice in options.voices %} {{ voice }} {% endfor %} Used when “Standard voice” is selected on the dashboard. Save Location {% for location in save_locations %} {{ location.label }} {% endfor %} Default output: {{ default_output_dir }} Processing Replace Single Newlines Use GPU (When Available) Save Each Chapter Separately Also Create Merged Audiobook Save as Project With Metadata Separate Chapter Format {% for fmt in options.separate_formats %} {{ fmt|upper }} {% endfor %} Silence Between Chapters (Seconds) Pause After Chapter Titles (Seconds) Inserted between the spoken chapter title and the chapter content. Set to 0 to disable. Max Words Per Subtitle Entry Save Settings {% endblock %}
Settings apply to new jobs you queue from the dashboard.
Used when “Standard voice” is selected on the dashboard.
Default output: {{ default_output_dir }}
{{ default_output_dir }}
Inserted between the spoken chapter title and the chapter content. Set to 0 to disable.