Building voice agents with Nvidia open models
1–10 of 21 posts
Re: Building voice agents with Nvidia open models
#2https://manpages.ubuntu.com/manpages/trusty/man1/festival.1....
But it is quite old now and pre-dates the DL/AI era.
Does anybody know of a good modern replacement that I can "apt install"?
Re: Building voice agents with Nvidia open models
#3I've been using festival under Linux. https://manpages.ubuntu.com/manpages/trusty/man1/festival.1.... But it is quite old now and pre-dates the DL/AI era. Does anybody know of a good modern replacement that I can "apt install"?
echo "hello" | piper --model ~/.local/share/piper/en_US-lessac-medium.onnx --output_file - | aplay
Re: Building voice agents with Nvidia open models
#4Re: Building voice agents with Nvidia open models
#5I've been using festival under Linux. https://manpages.ubuntu.com/manpages/trusty/man1/festival.1.... But it is quite old now and pre-dates the DL/AI era. Does anybody know of a good modern replacement that I can "apt install"?
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
Re: Building voice agents with Nvidia open models
#6Re: Building voice agents with Nvidia open models
#7Earlier quoted context omitted.
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.
piper - GTK application to configure gaming devicesRe: Building voice agents with Nvidia open models
#8Re: Building voice agents with Nvidia open models
#9There's also the excellent also open source unmute.sh. which alas is also Nvidia only at this point. https://unmute.sh/