Roadrunner technical documentation
GNUstep speech engine:
sudo apt-get install gnustep-gui-runtime
say "hello"
Python Google Speech
sudo apt install python3-pip
sudo apt-get install sox libsox-fmt-mp3
sudo pip3 install google_speech
google_speech "Test the hello world"