From: <aut...@us...> - 2012-11-23 02:41:01
|
Revision: 477 http://upstage.svn.sourceforge.net/upstage/?rev=477&view=rev Author: aut-upstage Date: 2012-11-23 02:40:48 +0000 (Fri, 23 Nov 2012) Log Message: ----------- Scott & Gavin ------ voices.py fix attempt 15 Modified Paths: -------------- branches/2.4.2/config/voices/awb_cmu.sh branches/2.4.2/config/voices/awb_cmu_faster.sh branches/2.4.2/config/voices/awb_nitech.sh branches/2.4.2/config/voices/awb_nitech_faster.sh branches/2.4.2/config/voices/bdl_cmu.sh branches/2.4.2/config/voices/bdl_cmu_faster.sh branches/2.4.2/config/voices/bdl_nitech.sh branches/2.4.2/config/voices/bdl_nitech_faster.sh branches/2.4.2/config/voices/bud.sh branches/2.4.2/config/voices/clb_nitech.sh branches/2.4.2/config/voices/clb_nitech_faster.sh branches/2.4.2/config/voices/default.sh branches/2.4.2/config/voices/don.sh branches/2.4.2/config/voices/jmk_cmu.sh branches/2.4.2/config/voices/jmk_cmu_faster.sh branches/2.4.2/config/voices/jmk_nitech.sh branches/2.4.2/config/voices/jmk_nitech_faster.sh branches/2.4.2/config/voices/kal.sh branches/2.4.2/config/voices/kal_cmu.sh branches/2.4.2/config/voices/kal_cmu_faster.sh branches/2.4.2/config/voices/ked.sh branches/2.4.2/config/voices/ksp_cmu.sh branches/2.4.2/config/voices/ksp_cmu_faster.sh branches/2.4.2/config/voices/rab.sh branches/2.4.2/config/voices/randy.sh branches/2.4.2/config/voices/rms_cmu.sh branches/2.4.2/config/voices/rms_cmu_faster.sh branches/2.4.2/config/voices/rms_faster.sh branches/2.4.2/config/voices/rms_nitech.sh branches/2.4.2/config/voices/roger.sh branches/2.4.2/config/voices/slt_cmu.sh branches/2.4.2/config/voices/slt_cmu_faster.sh branches/2.4.2/config/voices/slt_nitech.sh branches/2.4.2/config/voices/slt_nitech_faster.sh Modified: branches/2.4.2/config/voices/awb_cmu.sh =================================================================== --- branches/2.4.2/config/voices/awb_cmu.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/awb_cmu.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_cmu_us_awb_arctic_clunits)' -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_cmu_us_awb_arctic_clunits)' -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/awb_cmu_faster.sh =================================================================== --- branches/2.4.2/config/voices/awb_cmu_faster.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/awb_cmu_faster.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_cmu_us_awb_arctic_clunits)' -F 11025 -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_cmu_us_awb_arctic_clunits)' -F 11025 -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/awb_nitech.sh =================================================================== --- branches/2.4.2/config/voices/awb_nitech.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/awb_nitech.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_nitech_us_awb_arctic_hts)' -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_nitech_us_awb_arctic_hts)' -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/awb_nitech_faster.sh =================================================================== --- branches/2.4.2/config/voices/awb_nitech_faster.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/awb_nitech_faster.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_nitech_us_awb_arctic_hts)' -F 11025 -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_nitech_us_awb_arctic_hts)' -F 11025 -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/bdl_cmu.sh =================================================================== --- branches/2.4.2/config/voices/bdl_cmu.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/bdl_cmu.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_cmu_us_bdl_arctic_clunits)' -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_cmu_us_bdl_arctic_clunits)' -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/bdl_cmu_faster.sh =================================================================== --- branches/2.4.2/config/voices/bdl_cmu_faster.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/bdl_cmu_faster.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_cmu_us_bdl_arctic_clunits)' -F 11025 -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_cmu_us_bdl_arctic_clunits)' -F 11025 -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/bdl_nitech.sh =================================================================== --- branches/2.4.2/config/voices/bdl_nitech.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/bdl_nitech.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_nitech_us_bdl_arctic_hts)' -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_nitech_us_bdl_arctic_hts)' -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/bdl_nitech_faster.sh =================================================================== --- branches/2.4.2/config/voices/bdl_nitech_faster.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/bdl_nitech_faster.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_nitech_us_bdl_arctic_hts)' -F 11025 -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_nitech_us_bdl_arctic_hts)' -F 11025 -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/bud.sh =================================================================== --- branches/2.4.2/config/voices/bud.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/bud.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_us2_mbrola)' -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_us2_mbrola)' -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/clb_nitech.sh =================================================================== --- branches/2.4.2/config/voices/clb_nitech.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/clb_nitech.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_nitech_us_clb_arctic_hts)' -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_nitech_us_clb_arctic_hts)' -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/clb_nitech_faster.sh =================================================================== --- branches/2.4.2/config/voices/clb_nitech_faster.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/clb_nitech_faster.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_nitech_us_clb_arctic_hts)' -F 11025 -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_nitech_us_clb_arctic_hts)' -F 11025 -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/default.sh =================================================================== --- branches/2.4.2/config/voices/default.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/default.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_us1_mbrola)' -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_us1_mbrola)' -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/don.sh =================================================================== --- branches/2.4.2/config/voices/don.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/don.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_don_diphone)' -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 5 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_don_diphone)' -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 5 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/jmk_cmu.sh =================================================================== --- branches/2.4.2/config/voices/jmk_cmu.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/jmk_cmu.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_cmu_us_jmk_arctic_clunits)' -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_cmu_us_jmk_arctic_clunits)' -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/jmk_cmu_faster.sh =================================================================== --- branches/2.4.2/config/voices/jmk_cmu_faster.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/jmk_cmu_faster.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_cmu_us_jmk_arctic_clunits)' -F 11025 -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_cmu_us_jmk_arctic_clunits)' -F 11025 -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/jmk_nitech.sh =================================================================== --- branches/2.4.2/config/voices/jmk_nitech.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/jmk_nitech.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_nitech_us_jmk_arctic_hts)' -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_nitech_us_jmk_arctic_hts)' -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/jmk_nitech_faster.sh =================================================================== --- branches/2.4.2/config/voices/jmk_nitech_faster.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/jmk_nitech_faster.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_nitech_us_jmk_arctic_hts)' -F 11025 -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_nitech_us_jmk_arctic_hts)' -F 11025 -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/kal.sh =================================================================== --- branches/2.4.2/config/voices/kal.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/kal.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_kal_diphone)' -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_kal_diphone)' -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/kal_cmu.sh =================================================================== --- branches/2.4.2/config/voices/kal_cmu.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/kal_cmu.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_cmu_us_kal_com_clunits)' -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_cmu_us_kal_com_clunits)' -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/kal_cmu_faster.sh =================================================================== --- branches/2.4.2/config/voices/kal_cmu_faster.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/kal_cmu_faster.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_cmu_us_kal_com_clunits)' -F 11025 -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_cmu_us_kal_com_clunits)' -F 11025 -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/ked.sh =================================================================== --- branches/2.4.2/config/voices/ked.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/ked.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_ked_diphone)' -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_ked_diphone)' -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/ksp_cmu.sh =================================================================== --- branches/2.4.2/config/voices/ksp_cmu.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/ksp_cmu.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_cmu_us_ksp_arctic_clunits)' -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_cmu_us_ksp_arctic_clunits)' -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/ksp_cmu_faster.sh =================================================================== --- branches/2.4.2/config/voices/ksp_cmu_faster.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/ksp_cmu_faster.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_cmu_us_ksp_arctic_clunits)' -F 11025 -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_cmu_us_ksp_arctic_clunits)' -F 11025 -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/rab.sh =================================================================== --- branches/2.4.2/config/voices/rab.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/rab.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_rab_diphone)' -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_rab_diphone)' -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/randy.sh =================================================================== --- branches/2.4.2/config/voices/randy.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/randy.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_us3_mbrola)' -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_us3_mbrola)' -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/rms_cmu.sh =================================================================== --- branches/2.4.2/config/voices/rms_cmu.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/rms_cmu.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_cmu_us_rms_arctic_clunits)' -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_cmu_us_rms_arctic_clunits)' -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/rms_cmu_faster.sh =================================================================== --- branches/2.4.2/config/voices/rms_cmu_faster.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/rms_cmu_faster.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_cmu_us_rms_arctic_clunits)' -F 11025 -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_cmu_us_rms_arctic_clunits)' -F 11025 -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/rms_faster.sh =================================================================== --- branches/2.4.2/config/voices/rms_faster.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/rms_faster.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_nitech_us_rms_arctic_hts)' -F 11025 -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_nitech_us_rms_arctic_hts)' -F 11025 -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/rms_nitech.sh =================================================================== --- branches/2.4.2/config/voices/rms_nitech.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/rms_nitech.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_nitech_us_rms_arctic_hts)' -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_nitech_us_rms_arctic_hts)' -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/roger.sh =================================================================== --- branches/2.4.2/config/voices/roger.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/roger.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_en1_mbrola)' -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_en1_mbrola)' -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/slt_cmu.sh =================================================================== --- branches/2.4.2/config/voices/slt_cmu.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/slt_cmu.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_cmu_us_slt_arctic_clunits)' -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_cmu_us_slt_arctic_clunits)' -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/slt_cmu_faster.sh =================================================================== --- branches/2.4.2/config/voices/slt_cmu_faster.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/slt_cmu_faster.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_cmu_us_slt_arctic_clunits)' -F 11025 -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_cmu_us_slt_arctic_clunits)' -F 11025 -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/slt_nitech.sh =================================================================== --- branches/2.4.2/config/voices/slt_nitech.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/slt_nitech.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_nitech_us_slt_arctic_hts)' -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_nitech_us_slt_arctic_hts)' -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file Modified: branches/2.4.2/config/voices/slt_nitech_faster.sh =================================================================== --- branches/2.4.2/config/voices/slt_nitech_faster.sh 2012-11-23 02:35:21 UTC (rev 476) +++ branches/2.4.2/config/voices/slt_nitech_faster.sh 2012-11-23 02:40:48 UTC (rev 477) @@ -1,3 +1,3 @@ #!/bin/sh #automatically generated. think before editing. - /usr/bin/timeout 15 text2wave -eval '(voice_nitech_us_slt_arctic_hts)' -F 11025 -otype raw - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -r -s 8 --resample 22.05 - $1 \ No newline at end of file + /usr/bin/timeout 15 text2wave -eval '(voice_nitech_us_slt_arctic_hts)' -F 11025 -otype wav - -o - | /usr/bin/timeout 15 lame -S --quiet -m s -s 8 --resample 22.05 - $1 \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |