Created
October 28, 2009 03:53
-
-
Save axgle/220217 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install festival lame | |
=================================== | |
WARNING | |
No default voice found in ("/usr/share/festival/voices/") | |
either no voices unpacked or voice-path is wrong | |
Scheme interpreter will work, but there is no voice to speak with. | |
WARNING | |
-=-=-=-=-=- EST Error -=-=-=-=-=- | |
{FND} Feature Token_Method not defined | |
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | |
================fix it by:=================== | |
sudo aptitude install festvox-don | |
================================= | |
sudo gem install festivaltts4r | |
require "rubygems" | |
require "festivaltts4r" | |
"I'm talking".to_speech | |
==== | |
http://festivaltts4r.rubyforge.org/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment