{% 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

Used when “Standard voice” is selected on the dashboard.

Default output: {{ default_output_dir }}

Processing
{% set selected_languages = settings.speaker_random_languages or [] %}

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.

Inserted between the spoken chapter title and the chapter content. Set to 0 to disable.

{% endblock %}