search for: voice_cmu_us_slt_arctic_ht

Displaying 4 results from an estimated 4 matches for "voice_cmu_us_slt_arctic_ht".

2004 Oct 06
1
Problem on getting wav file out of Festival-text2wave utility ?
...th Festival's text2wave utility. I have two lines of code: ------------------------------------ system('echo "' . $text . '" | text2wave -scale 1.5 -F 8000 -o ' . $filename . ' - '); system('echo "' . $text . '" | text2wave -eval "(voice_cmu_us_slt_arctic_hts)" -scale 1.5 -F 8000 -o ' . $filename . ' - '); ------------------------------------ Above line works, but with default voice. Line below doesn't work anymore (it doesn't produce any output wav file) although same line from command line works. Any hint, opinion, I'v...
2006 Feb 16
1
Festival and Asterisk - different voices?
Just curious to know if anyone uses Festival with * and whether or not you've got a different voice than the default. I'm looking at doing a commercial application but my boss doesn't want to shell out the $ before we do some real world testing of * and Festival. Specifically, I'm looking for a female voice, preferably US English. Any suggestions? Thanks, MC
2005 Sep 08
2
How do you change the festival voice
Hello. I couldn't see anything in festival.conf. The voice is currently male, and robotic. How do I change this ? Regards...Martin
2006 Feb 17
0
Festival and Asterisk - different voices? => SOLVED!
FYI, I found a workaround with this. Festival w/ A@H comes with 4 voices. Here's a snippet from the siteinit.scm file: ;(set! voice_default 'voice_cmu_us_bdl_arctic_hts) (set! voice_default 'voice_cmu_us_slt_arctic_hts) ;(set! voice_default 'voice_cmu_us_jmk_arctic_hts) ;(set! voice_default 'voice_cmu_us_awb_arctic_hts) The default is to have the first line uncommented and the rest commented out. I changed that to have the cmu_us_slt_arctic_hts voice as the default. Now when Asterisk (or anything els...