From: <aut...@us...> - 2012-11-23 01:37:26
|
Revision: 471 http://upstage.svn.sourceforge.net/upstage/?rev=471&view=rev Author: aut-upstage Date: 2012-11-23 01:37:20 +0000 (Fri, 23 Nov 2012) Log Message: ----------- Scott & Gavin ------ voices.py fix attempt 9 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-23 01:33:19 UTC (rev 470) +++ branches/2.4.2/upstage/voices.py 2012-11-23 01:37:20 UTC (rev 471) @@ -64,13 +64,13 @@ def _festival(voice, hz): s = ''.join((echo_in, timeout, "text2wave -eval '%s' " % voice, - " -otype wav - -o - ", log, + " -otype mp3 - -o - ", log, (fest_lame % hz), log)) return [s] def _festival2(voice, hz, options=''): s = ''.join((echo_in, timeout, "text2wave -eval '%s' " % voice, - options, " -otype wav - -o - ", log, + options, " -otype mp3 - -o - ", log, (fest_lame % hz), log)) return [s] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |