Comment on Building voice agents with Nvidia open modelsparentComments−sigmonsays8moI used piper with a model I found online. It's _ALOT_ better than festival afaik. I'm not sure you can apt install it though.echo "hello" | piper --model ~/.local/share/piper/en_US-lessac-medium.onnx --output_file - | aplay−gunalx8moYou can in fact apt install piper.−amelius8moThat's a different piper. piper - GTK application to configure gaming devices−gunalx7mo^piper-tts exists.
Comments
I used piper with a model I found online. It's _ALOT_ better than festival afaik. I'm not sure you can apt install it though.
echo "hello" | piper --model ~/.local/share/piper/en_US-lessac-medium.onnx --output_file - | aplay
You can in fact apt install piper.
That's a different piper.
^piper-tts exists.