View | Details | Raw Unified
Collapse All | Expand All

(-) festival/lib/festival.scm.o (+10 lines)
 Lines 621-624    Link Here 
     "tobi.scm" "f2bf0lr.scm"))
     "tobi.scm" "f2bf0lr.scm"))
  t)
  t)
;;; Command for Asterisk begin
(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."
	        (utt.send.wave.client (utt.wave.resample (utt.wave.rescale (utt.synth
		                    (eval (list 'Utterance 'Text string))) 5) 8000)))
				    ;;; Command for Asterisk end
(provide 'festival)
(provide 'festival)