From 50f1825f05972e3685c55beb10c288899959b2e5 Mon Sep 17 00:00:00 2001 From: historia Date: Tue, 18 Aug 2026 04:05:10 -0400 Subject: feat: add metadata to audio files including generated cover art --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e2e29d8..6a28641 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3