{% extends "base.html" %} {% block title %}abogen · Dashboard{% endblock %} {% block content %} Create a new audiobook Source file Language {% for key, label in options.languages.items() %} {{ label }} {% endfor %} Voice {% for voice in options.voices %} {{ voice }} {% endfor %} Voice profile Standard voice Formula {% if options.voice_profile_options %} {% for profile in options.voice_profile_options %} {{ profile.name }} {% if profile.language %}({{ profile.language|upper }}){% endif %} {% endfor %} {% endif %} Manage mixes in the voice mixer. Custom voice formula Speed 1.00× Subtitle mode Disabled Sentence Sentence + Comma Sentence + Highlighting {% for i in range(1, 11) %} {{ i }} {% if i == 1 %}word{% else %}words{% endif %} {% endfor %} Or paste text directly Preview 0 characters · 0 words Paste text to see a live preview and character count. Queue conversion {% endblock %} {% block scripts %} {{ super() }} {% endblock %}
Manage mixes in the voice mixer.
Paste text to see a live preview and character count.