]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
make breaks longer around spoken text
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 11 Oct 2007 13:56:21 +0000 (13:56 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 11 Oct 2007 13:56:21 +0000 (13:56 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5839 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/asr_tts/mod_cepstral/mod_cepstral.c

index ad658be9122d4b5569ac714a3f49ef8c89f78991..ee1c3dc9549b932ceeb95e9207f74f239e3e8bc5 100644 (file)
@@ -231,7 +231,7 @@ static switch_status_t cepstral_speech_feed_tts(switch_speech_handle_t *sh, char
                        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);
                }