Convert Markdown books into high-quality MP3 audiobooks using Naturalistic TTS models with smartly added dynamic pauses.
0
stars
11
commits
Python
primary language
Dec 30, 2025
updated
Version 1.2.0 - Convert Markdown books into high-quality MP3 audiobooks with state-of-the-art TTS models and hardware acceleration.
run_audiobook_creator.ps1 and select "Run with PowerShell".Audiobook Creator automatically optimizes itself for your hardware:
| Hardware Detect | Method Used | Benefit |
|---|---|---|
| NVIDIA GPU | CUDA 12.x | Maximum performance for all models. |
| Intel NPU | OpenVINO | Efficient background processing on modern laptops. |
| Intel GPU | OpenVINO | High-performance inference. |
| Old GPU/AMD | DirectML | Basic hardware acceleration. |
| Generic CPU | AVX/AVX2 | Optimized fallback for all systems. |
Simply select your input file, choose a model, and click "Start".
# Basic usage
uv run audiobook -i book.md -m soprano
# Specify voice and hardware
uv run audiobook -i book.md -m supertonic -v M2 --device cuda
| Model | Sample Rate | Best For | Hardware |
|---|---|---|---|
| Supertonic | 44.1 kHz | Speed & Stability | ONNX (All) |
| Soprano | 32.0 kHz | Efficiency (80M params) | Torch / CUDA |
| MiraTTS | 48.0 kHz | Ultra Fidelity | Torch / CUDA |
| Kokoro | 24.0 kHz | Quality | Torch / CPU |
| Chatterbox | 24.0 kHz | Expression | ONNX (All) |
pip install uv
uv sync
uv pip install -e .
audiobook-gui
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUserThis project is licensed under the AGPL-3.0 License - see the LICENSE file for details.
Built with ❤️ by Amit Kumar.
Contributions are welcome! Please open an issue or PR for new model integrations or hardware optimizations.
11 commits
Python
97.0%
PowerShell
3.0%
Convert Markdown books into high-quality MP3 audiobooks using Naturalistic TTS models with smartly added dynamic pauses.
0
stars
11
commits
Python
primary language
Dec 30, 2025
updated
Version 1.2.0 - Convert Markdown books into high-quality MP3 audiobooks with state-of-the-art TTS models and hardware acceleration.
run_audiobook_creator.ps1 and select "Run with PowerShell".Audiobook Creator automatically optimizes itself for your hardware:
| Hardware Detect | Method Used | Benefit |
|---|---|---|
| NVIDIA GPU | CUDA 12.x | Maximum performance for all models. |
| Intel NPU | OpenVINO | Efficient background processing on modern laptops. |
| Intel GPU | OpenVINO | High-performance inference. |
| Old GPU/AMD | DirectML | Basic hardware acceleration. |
| Generic CPU | AVX/AVX2 | Optimized fallback for all systems. |
Simply select your input file, choose a model, and click "Start".
# Basic usage
uv run audiobook -i book.md -m soprano
# Specify voice and hardware
uv run audiobook -i book.md -m supertonic -v M2 --device cuda
| Model | Sample Rate | Best For | Hardware |
|---|---|---|---|
| Supertonic | 44.1 kHz | Speed & Stability | ONNX (All) |
| Soprano | 32.0 kHz | Efficiency (80M params) | Torch / CUDA |
| MiraTTS | 48.0 kHz | Ultra Fidelity | Torch / CUDA |
| Kokoro | 24.0 kHz | Quality | Torch / CPU |
| Chatterbox | 24.0 kHz | Expression | ONNX (All) |
pip install uv
uv sync
uv pip install -e .
audiobook-gui
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUserThis project is licensed under the AGPL-3.0 License - see the LICENSE file for details.
Built with ❤️ by Amit Kumar.
Contributions are welcome! Please open an issue or PR for new model integrations or hardware optimizations.
11 commits
Python
97.0%
PowerShell
3.0%