Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 152652 | Differences between
and this patch

Collapse All | Expand All

(-)festival/lib/festival.scm.o (+10 lines)
Lines 621-624 Link Here
621
     "tobi.scm" "f2bf0lr.scm"))
621
     "tobi.scm" "f2bf0lr.scm"))
622
  t)
622
  t)
623
623
624
;;; Command for Asterisk begin
625
(define (tts_textasterisk string mode)
626
    "(tts_textasterisk STRING MODE)
627
      Apply tts to STRING.  This function is specifically designed for
628
        use in server mode so a single function call may synthesize the string.
629
	  This function name may be added to the server safe functions."
630
	        (utt.send.wave.client (utt.wave.resample (utt.wave.rescale (utt.synth
631
		                    (eval (list 'Utterance 'Text string))) 5) 8000)))
632
				    ;;; Command for Asterisk end
633
624
(provide 'festival)
634
(provide 'festival)

Return to bug 152652