Files
qwentts.cpp/examples/customvoice.sh
T
2026-05-10 15:57:15 +02:00

11 lines
239 B
Bash
Executable File

#!/bin/bash
set -eu
../build/qwen-tts \
--model ../models/qwen-talker-1.7b-customvoice-Q8_0.gguf \
--codec ../models/qwen-tokenizer-12hz-Q8_0.gguf \
--speaker vivian \
--lang English \
-o customvoice.wav < prompt.txt