Skip to content

Instantly share code, notes, and snippets.

@axgle
Created October 28, 2009 03:53
Show Gist options
  • Save axgle/220217 to your computer and use it in GitHub Desktop.
Save axgle/220217 to your computer and use it in GitHub Desktop.
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