{% 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 Profile Standard Voice Custom 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 %} Voice {% for voice in options.voices %} {{ voice }} {% endfor %} 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 %}
Paste text to see a live preview and character count.