View the Most Wanted LQ Wiki articles.
LinuxQuestions.org > Linux Wiki > Festival

From LQWiki

Jump to: navigation, search

Festival is software to make the computer speak text over its sound system.

How to install

You should install by means of your distribution as described at installing software. If that is not possible,

./configure && make && make install

How to run

This is an example how you can make your computer say "hallo":

$ festival
Festival Speech Synthesis System 1.96:beta July 2004
Copyright (C) University of Edinburgh, 1996-2004. All rights reserved.
For details type `(festival_warranty)'
festival> (SayText "hallo");
#<Utterance 0xb6e49eb8>
festival>

See also


Personal tools