From: Anthony Minessale Date: Tue, 16 Oct 2007 15:33:21 +0000 (+0000) Subject: add pause to speech in openmrcp X-Git-Tag: v1.0-beta2~475 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1081cc707add2194348ac6badc939d6c4dee0fdc;p=thirdparty%2Ffreeswitch.git add pause to speech in openmrcp git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5891 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/asr_tts/mod_openmrcp/mod_openmrcp.c b/src/mod/asr_tts/mod_openmrcp/mod_openmrcp.c index 0503cb8f6a..a27e6004a0 100644 --- a/src/mod/asr_tts/mod_openmrcp/mod_openmrcp.c +++ b/src/mod/asr_tts/mod_openmrcp/mod_openmrcp.c @@ -531,17 +531,17 @@ static mrcp_status_t synth_speak(mrcp_client_context_t *context, openmrcp_sessio "\r\n" "\r\n" "\r\n" - " "; + " "; - const char v2_xml_tail[] = "\r\n" + const char v2_xml_tail[] = "\r\n" "\r\n" "\r\n"; const char v1_xml_head[] = "\n" - "\n"; + "\n"; - const char v1_xml_tail[] = "\n\n"; + const char v1_xml_tail[] = "\n\n"; const char *xml_head, *xml_tail;