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