|
|
|
|
|
by tetris11
322 days ago
|
|
Thanks for the quick intro into UV, it looks like docker layers for python I found the TTS a bit slow so I piped the output into ffplay with 1.2x speedup to make it sound a bit better uvx --from git+https://github.com/akx/KittenTTS.git@pr-21-22-24-25 kittentts --text "I serve 12 different beers at my restaurant for over 1000000 customers" --voice expr-voice-3-m --output - | ffplay -af "atempo=1.2" -f wav -
|
|