Ubuntu Text to Speech from Command Line

Free Online WebSite

https://www.naturalreaders.com/online/

Paid Software with Lifetime Subscription
https://micmonster.com/pricing/

Alexa Has a Skill that can be accessed from a browser

Refer: https://www.lifewire.com/make-alexa-say-what-you-want-5204622

Install Alexa "Text to Voice" skill

https://texttovoice.io/

One,
Two,
Three

Refer: https://askubuntu.com/questions/501910/how-to-text-to-speech-output-using-command-line

Say converts text to audible speech using the GNUstep speech engine.

sudo apt-get install gnustep-gui-runtime
say "hello"

Refer: https://www.geeksforgeeks.org/how-to-use-aplay-and-spd-say-command-in-linux/

spd-say Seems to be built-in

spd-say "Hello World"
spd-say -t female2 -r -30 "Hello World"

Leave a Reply