Hello OPUS, It appears to me that multi-frame packets are not supported by opus_demo.c (e.g. 30ms packest containing 3 10ms frames), can you confirm. However RF6716 does support such packets. Thanks Cliff -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20131121/56bab79a/attachment.htm
On 11/21/2013 12:32 PM, Cliff Parris wrote:> Hello OPUS, > > It appears to me that multi-frame packets are not supported by > opus_demo.c (e.g. 30ms packest containing 3 10ms frames), can you confirm. > However RF6716 does support such packets.opus_demo can't generate them, but it can certainly read them. You can use repacketizer_demo to construct such packets from the opus_demo packets. Jean-Marc