Step 1: Install Festival
# yum install festival
Step 2: Make Festival talk from the keyboard
# echo "Hello World." festival --tts
Step 3: Make Festival talk from the text file
# festival --tts filename.txt
Interesting Tutorials
- "Festival: Linux Text-To-Speech Tutorial and Demo" by Xeno Cafe
- The Festival Speech Synthesis System (Offical Website)