]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
earier patch to hide warning in cepstral does more bad than good so I guess the error...
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 8 Mar 2007 00:04:04 +0000 (00:04 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 8 Mar 2007 00:04:04 +0000 (00:04 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4475 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/asr_tts/mod_cepstral/mod_cepstral.c

index 16624a24555cac1e66a84c3c7df24830b99a7f2c..6d21d665e0f06f5bd8ce352fa274f2673965658f 100644 (file)
@@ -223,7 +223,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=\"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);
         }