search for: siteinit

Displaying 5 results from an estimated 5 matches for "siteinit".

2005 Jul 14
0
Changing the voice in Asterisk
...brola) (SayText "This is mbrola U.S. 3") (tts "text_to_read" nil) (voice_en1_mbrola) (SayText "This is mbrola E.N. 1") (tts "text_to_read" nil) If you are able to decide on a particular voice, you can make it the default by including your lines in the lib/siteinit.scm file: (set! voice_default 'voice_cstr_us_awb_arctic_multisyn) (provide 'siteinit) My advice is to play around with the system and read the docs. There is no substitute. I've published my WhoIsIt-1.1.tar.gz tarball with some scripts to generate files from festival, for all the cou...
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 comm...
2004 Sep 09
1
Festival Speech Synthesis 1.95:beta July 2004 Eval
...the voice just speaks twice as fast as it does coming from festival over the speakers. And, if you are having it say jokes at double speed, well, it reminds me of speed reading. There must be some lever or pulley or switch or something to modify the speed. AND Hoo boy, try putting this in your siteinit.scm file: (set! voice_default 'voice_cstr_us_awb_arctic_multisyn) and listen to this: (SayText "Hello there, kyootee pie.") (SayText "Don't you just love the sound of my voice.") (SayText "My wife, Sonya, Makes the best bread there ever was") Best syntheti...
2003 Sep 22
1
app_festival volume problems
...ival to speak some text to callers. I'm having two problems with this. The first is with IAX calls (I've not tried others) the first few seconds of the speech is garbled. The second problem I'm having is the the volume of the speech IS VERY LOUD. I tried putting the following in the siteinit.scm but it didn't seem to make any difference. (set! default_after_synth_hooks (list (lambda (utt) (utt.wave.rescale utt .5 t)))) Does anyone have any suggestions? -- Sample configs and more: http://www.fnords.org/~eric/asterisk/ BTEL Consulting +1-850-484-4535 x2111...
2003 Sep 23
2
festival problem
I have loaded festival-1.4.3 patched with the 1.4.3.diff file. Festival source is in /usr/src/festival dir. When I try to use it I get this from asterisk: -- Executing Answer("SIP/chad-57a4", "") in new stack -- Executing Festival("SIP/chad-57a4", ""I am talking"") in new stack == Parsing '/etc/asterisk/festival.conf': Found