Displaying 1 result from an estimated 1 matches for "voice_cstr_us_jmk_arctic_multisyn".
2005 Jul 14
0
Changing the voice in Asterisk
...in a terminal window, run the following commands (in 195):
(SayText "This is the default voice. It sounds like K.E.D. Diphone?")
(tts "text_to_read" nil)
(voice_cstr_us_awb_arctic_multisyn)
(SayText "This is AWB arctic multisyn")
(tts "text_to_read" nil)
(voice_cstr_us_jmk_arctic_multisyn)
(SayText "This is JMK arctic multisyn")
(tts "text_to_read" nil)
(voice_el_diphone)
(SayText "This is E.L. Diphone")
(tts "text_to_read" nil)
(voice_kal_diphone)
(SayText "This is K.A.L. Diphone")
(tts "text_to_read" nil)
(voice_rab...