search for: wholeutt

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

2005 Jan 10
2
Festival Woes
...e to add: (define (tts_textasterisk string mode) "(tts_textasterisk STRING MODE) Apply tts to STRING. This function is specifically designed for use in server mode so a single function call may synthesize the string. This function name may be added to the server safe functions." (let wholeutt (utt.synth (eval (list 'Utterance 'Text string))) (utt.wave.resample wholeutt 8000) (utt.wave.rescale wholeutt 5) (utt.send.wave.client wholeutt))) I am getting the following error in the CLI: -- Executing Answer("SIP/phone1-e5f4", "") in new stack -- Executing Festi...
2010 Aug 04
1
Asterisk not working with Festival
...tival.scm : (define (tts_textasterisk string mode) "(tts_textasterisk STRING MODE) Apply tts to STRING. This function is specifically designed for use in server mode so a single function call may synthesize the string. This function name may be added to the server safe functions." (let ((wholeutt (utt.synth (eval (list 'Utterance 'Text string))))) (utt.wave.resample wholeutt 8000) (utt.wave.rescale wholeutt 5) (utt.send.wave.client wholeutt))) I have placed the above text before the last line which is (provide 'festival). Below is the debug log shown on asterisk console : [A...
2004 Dec 14
0
Festival 1.95 on 64 bit linux 2.6 FC3
...t an error in festival: ***********begin screen shot ***************************** [root@localhost ~]# festival --server server Tue Dec 14 22:56:56 2004 : Festival server started on port 1314 client(1) Tue Dec 14 22:56:59 2004 : accepted from localhost SIOD ERROR: wrong type of argument to car : wholeutt client(1) Tue Dec 14 22:56:59 2004 : disconnected **************end screen shot**************************** Please help email: shmaltz@gmail.com
2003 Jun 19
4
festival error
I followed the directions I found in the list to a tee http://www.marko.net/asterisk/archives/0209/0389.html The server starts fine, but when I call the festival extension it gives me an OID error variable tts_textasterisk I have RH7.3 festival 1.4.2 speech_tools 1.2.2 patched it with the festival-1.4.2.diff located in the /usr/src/asterisk/ folder . When I patched it, the patch was looking