Ubuntu Text-To-Speech TTS

by Scott Preston - 2008-02-27 06:56:18

To installed text to speech follow this guide then install festvox by performing an apt-get install on one of many voices, like festvox-kallpc16k.

So for short:

sudo apt-get install festvox-kallpc16k festival


update your /etc/festival.scm

Then run a test:

echo "this is a test" | festival --tts


That's it. I will be updating Feynman6 with this code soon.

Poll Of The Day

My Books

Robotics Programming 101

Robotics Programming 101

Robotics Programming 101 shows how program a real robot, speech, vision, more...

Ubuntu Robotics - A Robotics Programming 101 Extra

Ubuntu Robotics - A Robotics Programming 101 Extra

This extra highlights all of the Ubuntu specific robotics configuration details in Robotics Programming 101.

Only $0.99 on Amazon.Com

Motion Detection - A Robotics Programming 101 Extra

Motion Detection - A Robotics Programming 101 Extra

This extra shows you how to write a motion detector for your robot with a network or web camera.

Only $0.99 on Amazon.Com

The Definitive Guide To Building Java Robots

The Definitive Guide to Building Java Robots

This was my first book on robotics and using the Java Language to interface between sensors, motors and microcontrollers with a PC capable of doing speech and vision.