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

Freeswitch SVN anthm at freeswitch.org
Thu Oct 11 09:56:21 EDT 2007


Author: anthm
Date: Thu Oct 11 09:56:21 2007
New Revision: 5839

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

Log:
make breaks longer around spoken text

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	Thu Oct 11 09:56:21 2007
@@ -231,7 +231,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=\"1000ms\"/> %s <break time=\"1000ms\"/>", 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