{% extends "base.html" %} {% block title %}abogen · Dashboard{% endblock %} {% block content %} Create a new audiobook Source file You can also paste text below. Language {% for key, label in options.languages.items() %} {{ label }} {% endfor %} Voice {% for voice in options.voices %} {{ voice }} {% endfor %} Voice profile Use selected voice {% for name, data in options.voice_profiles %} {{ name }} ({{ data.language|upper }}) {% endfor %} Manage mixes in the voice mixer. Custom voice formula Overrides the dropdown/profile when provided. 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 %} Audio format {% for fmt in options.output_formats %} {{ fmt }} {% endfor %} Subtitle file format {% for value, text in options.subtitle_formats %} {{ text }} {% endfor %} Save location Save next to input file Save to Desktop Choose output folder Replace single newlines Use GPU (when available) Advanced chapter & project options Save each chapter separately Also create merged audiobook Save in project folder with metadata Separate chapter format {% for fmt in options.separate_formats %} {{ fmt|upper }} {% endfor %} Silence between chapters (seconds) Max words per subtitle entry Or paste text directly Queue conversion {% include "partials/jobs.html" %} {% endblock %}
You can also paste text below.
Manage mixes in the voice mixer.
Overrides the dropdown/profile when provided.