-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Steven Dunn edited this page Mar 4, 2026
·
7 revisions
Welcome to the Audiobook Studio internal documentation. This Wiki is designed to help you understand the concepts, workflows, and technical details of the application.
- Getting Started - Installation and first run.
- Concepts - Core architecture and terminology.
- Library and Projects - Managing your books.
- Voices and Voice Profiles - AI Voice Lab guide.
- Queue and Jobs - Monitoring generation.
- Recording Guide - Best practices for clean audio.
- Troubleshooting and FAQ - Solutions to common issues.
-
Launch the App: Run the backend and frontend. Open
localhost:5173. - Create a Project: Go to the Library and click + New Project. Enter the title and author.
-
Add a Chapter: Inside your project, click + Add Chapter. Paste your text or upload a
.txtfile. - Assign Voices: In the Performance tab, highlight text segments and assign a character or narrator.
- Generate Audio: Click Queue All or Generate on specific segments. Monitor progress in the Queue sidebar.
-
Bake & Export: Once all segments are 'Done', click Bake Chapter. Finally, go to the project level and click Assemble Audiobook to get your
.m4bfile.

To preview these docs locally before pushing to GitHub:
- Open this folder in VS Code.
- Open
Home.md. - Press
Cmd+Shift+V(Mac) orCtrl+Shift+V(Windows) to open the Markdown Preview.