From: <aut...@us...> - 2012-11-29 03:47:05
|
Revision: 484 http://upstage.svn.sourceforge.net/upstage/?rev=484&view=rev Author: aut-upstage Date: 2012-11-29 03:46:57 +0000 (Thu, 29 Nov 2012) Log Message: ----------- Gavin - Changed RSynth back to default method 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-11-29 01:35:27 UTC (rev 483) +++ branches/2.4.2/upstage/voices.py 2012-11-29 03:46:57 UTC (rev 484) @@ -81,8 +81,9 @@ exe = find_executable('rsynth-say') if not exe: return None - s = ''.join((echo_in, timeout, exe, " -k27 ", options, - " -v ", voice, " --stdin -w $1.wav ", log)) + s = ''.join((echo_in, timeout, exe, " -a -l ", options, + " - ", log, rsynth_lame, log + )) return [s] def _espeak(voice, options=''): This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |