Festival: Linux Text-To-Speech
Speech synthesis is the artificial production of human speech. A computer system used for this purpose is called a speech synthesizer, and can be implemented in software or hardware. A text-to-speech (TTS) system converts normal language text into speech; other systems render symbolic linguistic representations like phonetic transcriptions into speech.
Installing Festival
in Ubuntu/Debian :
apt-get install festival
Using Festival
Type festival in the terminal to get in the festival console
$ festival
Festival Speech Synthesis System 1.4.3:release Jan 2003
Copyright (C) University of Edinburgh, 1996-2003. All rights reserved.
For details type `(festival_warranty)’
festival>
Getting it to speak
festival> (SayText “Hello world! Isn’t the weather excellent today.”)
or
$ cat hello.txt
Hello world! Isn’t the weather excellent today.
$ festival –tts hello.txt
or
$ echo “Hello world! Isn’t the weather excellent today.” | festival –tts
Festival Gaim Plugin
This is one of my favorite things, I can now hear what my friends type.
If you are using Ubuntu Feisty do apt-get install festival-gaim
If you are using Ubuntu Edgy you can get the Debian Testing package from here.
Select your arch, then select a mirror, download and install:
dpkg -i festival-gaim*.deb
Activating the plugin in Gaim is simple, go to Tools > Plugins and check the box in front of Festival
You can configure it to announce events and select different voices.
Useful Links
The Festival Speech Synthesis System documentation edition 1.4 for Festival Version 1.4.3
Thank you for reading this post. You can now Read Comments (2) or Leave A Trackback.
Post Info
This entry was posted on Friday, March 16th, 2007 and is filed under Fun, HOWTO, Linux, Ubuntu.You can follow any responses to this entry through the Comments Feed. You can Leave A Comment, or A Trackback.
Previous Post: Top 5 Linux Live CD/DVDs »
Next Post: HOWTO Encrypt CD/DVDs in Ubuntu »
Read More
Related Reading:- Beryl in Ubuntu Feisy repositories
- Tremulous: the best open source game I’ve played
- Overclocking ATI Radeon cards in Linux
- HOWTO Encrypt CD/DVDs in Ubuntu
- Festival: Linux Text-To-Speech
- Top 5 Linux Live CD/DVDs
- Ubuntu Customization Guide part I
- New Domain!
- Ultimate Ubuntu performance tweaking guide
- Windows Vista (Aero) VS Linux Ubuntu (beryl)


March 18th, 2007 12:01
very nice post
March 18th, 2007 17:52
Thank you for this I did not know it existed.