{% 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 Generate EPUB 3 (experimental) Separate Chapter Format {% for fmt in options.separate_formats %} {{ fmt|upper }} {% endfor %} Chunk Granularity {% for option in options.chunk_levels %} {{ option.label }} {% endfor %} Speaker Mode {% for option in options.speaker_modes %} {{ option.label }} {% endfor %} Randomizer Languages {% set selected_languages = settings.speaker_random_languages or [] %} {% for code, label in options.languages.items() %} {{ label }} ({{ code|upper }}) {% endfor %} Limits random voice selection for speakers marked as random. Leave unused to allow any language. Speaker Analysis Minimum Mentions Speakers detected fewer times than this fallback to the narrator voice. Speaker Pronunciation Preview Sentence template used when previewing name pronunciation. Include {{ '{{name}}' }} where the speaker name should be inserted. 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 }}
Limits random voice selection for speakers marked as random. Leave unused to allow any language.
Speakers detected fewer times than this fallback to the narrator voice.
Sentence template used when previewing name pronunciation. Include {{ '{{name}}' }} where the speaker name should be inserted.
{{ '{{name}}' }}
Inserted between the spoken chapter title and the chapter content. Set to 0 to disable.