Displaying 2 results from an estimated 2 matches for "voice_cmu_us_awb_arctic_ht".
Did you mean:
voice_cmu_us_awb_arctic_hts
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
2006 Feb 17
0
Festival and Asterisk - different voices? => SOLVED!
...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 else) calls festival, it uses
the female voice. If you install or create other voices in festival
then you can s...