search for: opus_multistream_decode_float

Displaying 1 result from an estimated 1 matches for "opus_multistream_decode_float".

2012 Dec 18
2
multi stream decode
...ient. I created my decoder with m_decoder = opus_multistream_decoder_create (48000, 2, 2 ,0,mapping,NULL) and unsigned char mapping[2] = {0,1}; Currently, I can read my RTP packet from network, and get data from it. I need now to decode opus data to something readable for jack. I do it like that : opus_multistream_decode_float(m_decoder, data, len, decodedBuffer, BUFLEN, 0); But how can I know the start of the two packets ? Thanks for your help, Audric Ackermann -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20121218/190d3981/attachment.h...