- Download festival, espeak or freetts.
- Install festival (Press Ctrl and D to exit it when it is running) or espeak.
- A default voice is included but you can get voices from FestVox, MBROLA project, CMU Arctic or Nitech HTS.
- Unpack them by typing for t in `ls` ; do tar xvf $t ; done.
- Install them
sudo mkdir -p /usr/share/festival/voices/english/
sudo mv * /usr/share/festival/voices/english/. - Get a audio encoder.
- Go to the command line.
- In festival type (SayText "Hello and welcome to Wikihow")
- To see a list of installed voices type (voice.list). To switch to a voice, type (voice_us2_mbrola) for example.
- Or from the command line type echo "It's such a beautiful day! Why are you in front of the computer?" | festival --tts
- Convert.
- Type (quit) to quit.
Monday, December 1, 2008
Converting text to speech in linux
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment