From 38c8fdcba7ce54ad0ad76be9ef0748df1c55ebc1 Mon Sep 17 00:00:00 2001 From: historia Date: Thu, 20 Aug 2026 23:50:37 -0400 Subject: feat: make_audiocpp_server_json.py takes an argument. remove chunk wording with audiocpp backend. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9515272..da0925f 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,11 @@ The converter sends text extracted from your books to a locally running Qwen3-TT - Python 3.12 - ffmpeg -- Enough VRAM to run the 1.7B model (~6GB) ## Installation +Create a python 3.12 environment, clone the repo, and install the requirements. + ```bash conda create -n qwen3-tts python=3.12 -y conda activate qwen3-tts @@ -33,14 +34,13 @@ pip install -r requirements.txt Put your book files (epub, etc.) in the `input/` directory. The output goes to `output/`. -You will also need to install one of the following backends (see below for installation/usage) +You need to install one of the following backends (see below for installation/usage) -| Backend | Description | -| -------------------------------------------------------------------- | ------------------------------------------------- | -| [Qwen-TTS](https://pypi.org/project/qwen-tts/) | Gradio server released by Qwen | -| [Faster-Qwen-TTS](https://github.com/andimarafioti/faster-qwen3-tts) | Server with 2-8x faster inference for NVidia GPUs | -| [audio.cpp](https://github.com/0xShug0/audio.cpp) (Qwen) | Newer C++ TTS backend that supports Qwen-TTS | -| [audio.cpp](https://github.com/0xShug0/audio.cpp) (other families) | Same backend hosting larger/higher-quality models | +| Backend | Description | +| -------------------------------------------------------------------- | ------------------------------------------------------ | +| [Qwen-TTS](https://pypi.org/project/qwen-tts/) | Gradio server released by Qwen | +| [Faster-Qwen-TTS](https://github.com/andimarafioti/faster-qwen3-tts) | Qwen server with 2-8x faster inference for NVidia GPUs | +| [audio.cpp](https://github.com/0xShug0/audio.cpp) | Newer C++ TTS backend that supports many recent models | ## Options -- cgit v1.2.3