[Freeswitch-svn] [commit] r4457 - freeswitch/trunk/src/mod/asr_tts/mod_cepstral

Freeswitch SVN anthm at freeswitch.org
Mon Mar 5 21:54:47 EST 2007


Author: anthm
Date: Mon Mar  5 21:54:47 2007
New Revision: 4457

Modified:
   freeswitch/trunk/src/mod/asr_tts/mod_cepstral/mod_cepstral.c

Log:
trick cepstral into not printing a warning on the console

Modified: freeswitch/trunk/src/mod/asr_tts/mod_cepstral/mod_cepstral.c
==============================================================================
--- freeswitch/trunk/src/mod/asr_tts/mod_cepstral/mod_cepstral.c	(original)
+++ freeswitch/trunk/src/mod/asr_tts/mod_cepstral/mod_cepstral.c	Mon Mar  5 21:54:47 2007
@@ -223,7 +223,7 @@
 			return SWITCH_STATUS_FALSE;
 		}
 
-        if ((to_say = switch_mprintf("<break time=\"500ms\"/> %s <break time=\"500ms\"/>", text))) {
+        if ((to_say = switch_mprintf(".<break time=\"500ms\"/> %s <break time=\"500ms\"/>", text))) {
             swift_port_speak_text(cepstral->port, to_say, 0, NULL, &cepstral->tts_stream, NULL); 
             switch_safe_free(to_say);
         }



More information about the Freeswitch-svn mailing list