calejost / unimrcp

Automatically exported from code.google.com/p/unimrcp
Apache License 2.0
0 stars 0 forks source link

Problem in parsing a Speak message using uniMRCP v 1.0 #143

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.i was using UNIMRCP v 7.0 and upgrade to UniMRCP v 1.0.
2.i faced a problem in parsing a speak message in my synth. as there is many 
functions added and changed.
3. there is a new parameter added to the "mrcp_message_header_t" called 
"apt_header_section_t" and i didn't know how to fill it or use it in my parser 
as the new parsing functions depended on it.
note: my message parse was working with uniMRCP v7.0.
my message parser operation used the following functions exist at UniMRCP v7.0:
- mrcp_start_line_parse
- mrcp_channel_id_parse
- mrcp_message_header_parse
- mrcp_body_parse

Please use labels and text to provide additional information.

Original issue reported on code.google.com by Shaimaa0...@gmail.com on 19 Jun 2012 at 9:31

Attachments:

GoogleCodeExporter commented 8 years ago
The difference you were referring to was in the internal interface which is not 
exposed in any public client or server API.

You may check mrcp_stream.h for more info.

http://code.google.com/p/unimrcp/source/browse/trunk/libs/mrcp/control/include/m
rcp_stream.h

Original comment by achalo...@gmail.com on 6 Mar 2013 at 8:27