From: <aut...@us...> - 2012-12-04 03:52:39
|
Revision: 490 http://upstage.svn.sourceforge.net/upstage/?rev=490&view=rev Author: aut-upstage Date: 2012-12-04 03:52:30 +0000 (Tue, 04 Dec 2012) Log Message: ----------- Gavin/Scott - Updated working voices.py with the fixed text2wave Modified Paths: -------------- branches/2.4.2/upstage/voices.py Modified: branches/2.4.2/upstage/voices.py =================================================================== --- branches/2.4.2/upstage/voices.py 2012-12-04 02:33:12 UTC (rev 489) +++ branches/2.4.2/upstage/voices.py 2012-12-04 03:52:30 UTC (rev 490) @@ -67,7 +67,7 @@ # FIXME: seems unused right now! #text2wave = '/usr/local/share/festvox/festival/bin/text2wave' -text2wave = '/usr/local/src/festival/bin/text2wave' +text2wave = '/usr/bin/text2wave' #these functions are run over the definitions in VOICE_KIT, below, to #create the appropriate shell script for each voice. @@ -230,7 +230,7 @@ #'e_en-croak': (_espeak, ("en/en-croak ",)), 'e_en-n': (_espeak, ("en/en-n ",)), #'e_en-r': (_espeak, ("en/en-r ",)), - 'e_en-r': (_espeak, ("en/en-us ",)), + 'e_en-r': (_espeak, ("en/en-us1 ",)), 'e_en-rp': (_espeak, ("en/en-rp ",)), 'e_en-sc': (_espeak, ("en/en-sc ",)), 'e_en-wm': (_espeak, ("en/en-wm ",)), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |