Live data from Hacker News

Building voice agents with Nvidia open models

daily.co

1–10 of 21 posts

Re: Building voice agents with Nvidia open models

#3
post #2

I'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

#5
post #2

I'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

You can in fact apt install piper.

Re: Building voice agents with Nvidia open models

#7
post #5

Earlier 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.

That's a different piper.

    piper - GTK application to configure gaming devices

Re: Building voice agents with Nvidia open models

#9

There's also the excellent also open source unmute.sh. which alas is also Nvidia only at this point. https://unmute.sh/

The game show is pretty good. Have a feeling this project will consume all my attention this week, thanks for the tip.
Post reply on HN