-
Notifications
You must be signed in to change notification settings - Fork 4
Concepts
Steven Dunn edited this page Mar 6, 2026
·
4 revisions
Understanding how Audiobook Studio organizes data is key to a smooth workflow.
- Library: The collection of all your projects.
- Project: Represents a single audiobook or collection. Contains metadata (Author, Series, Cover).
- Chapter: A logical division of a project. Contains the text and its generated audio.
- Segment: A single sentence or paragraph within a chapter. This is the smallest unit of generation.
- Character: A persona assigned to segments. Chapters are narrated by a "Narrator" by default, but you can assign specific "Characters" to dialogue.
- Voice: A higher-level identity (e.g., "Dracula"). This is what you assign to Characters in your projects.
- Variant: A specific stylistic or emotional performance of a Voice (e.g., "Main - Calm", "Main - Shouting").
-
Sample: High-quality
.wavreference audio used to clone a Voice.
- Analysis: The system scans your text for long sentences (over 500 characters) and automatically splits them to ensure high-quality TTS.
- Queuing: When you click "Generate", segments are added to a background queue.
- Synthesis: The Coqui XTTS engine processes segments one by one.
- Baking: After all segments in a chapter are generated, they are "stitched" into a master WAV and simultaneously encoded into a high-quality M4A chapter cache.
-
Assembly: Finally, the system performs Lossless Concatenation of the M4A chapter files into a standard
.m4bcontainer. Because the encodes are cached, rebuilding the audiobook is nearly instantaneous.