diff options
| author | historia <historiavg@proton.me> | 2026-08-18 04:05:10 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-18 04:05:10 -0400 |
| commit | 50f1825f05972e3685c55beb10c288899959b2e5 (patch) | |
| tree | a5aa104d603ce9c710499184c133abe86497a16e /README.md | |
| parent | 86d2eb8d789f82dd8e56dd0ff53933152ba94e6b (diff) | |
| download | tts-audiobook-generator-50f1825f05972e3685c55beb10c288899959b2e5.tar.gz | |
feat: add metadata to audio files including generated cover art
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,6 +1,8 @@ # Qwen3 Audiobook Converter -Convert TXT, PDF, and EPUB files into audiobooks using the Qwen3-TTS voice model. This builds upon [WhiskeyCoder/Qwen3-Audiobook-Converter](https://github.com/WhiskeyCoder/Qwen3-Audiobook-Converter) adding more output files, transcription/speed options, better text cleanup, and clearer instructions. It also expects the qwen-tts server to be on different ports per model, so two server processes can run at once. +Convert TXT, PDF, and EPUB files into audiobooks using the Qwen3-TTS voice model. + +This builds upon [WhiskeyCoder/Qwen3-Audiobook-Converter](https://github.com/WhiskeyCoder/Qwen3-Audiobook-Converter) adding more output files, metadata, generated cover art, transcription/speed options, better text cleanup, and clearer instructions. It also expects the qwen-tts server to be on different ports per model, so two server processes can run at once. ## Overview @@ -8,7 +10,8 @@ The converter sends text extracted from your books to a locally running Qwen3-TT - Input: `.txt`, `.pdf`, or `.epub` - Output: `.mp3`, `.m4b`, `.ogg`, or `.flac` -- Output a single mp3 or one per chapter +- Output a single file or one per chapter +- Automatic metadata (title/artist/album tags, chapter track numbers) and a generated cover - Two voice modes: - Custom voice: pre-built speakers - Voice clone: clone a voice from a `.wav` reference audio file |
