Richard Penman
Fun with Festival

01 Jun 2008

Festival is a light weight text to speech program originally developed at The University of Edinburgh.

From the command line

echo "hello world" | festival --tts  

From a file

echo "hello world" > file  
festival --tts file
blog comments powered by Disqus