[Asterisk-Users] Re: Festival Woes

Brian Dingman bdingman at gmail.com
Mon Feb 14 21:55:35 MST 2005


Wow. I posted that a long time ago. Thanks. Festival doesn't seem very
stable to me though.


On Tue, 15 Feb 2005 15:14:47 +1100, Rod Bacon
<rod.bacon at empoweredcomms.com.au> wrote:
> SIOD ERROR: wrong type of argument to car : wholeutt
> 
> Try changing your festival.scm to the following:
> 
> (Note the extra () on the 4th last line).
> 
> (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)))
> 
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>



More information about the asterisk-users mailing list