Displaying 1 result from an estimated 1 matches for "f3a95458".
2016 Jun 27
1
Opus Packet Deocoding
Hi,
I am new to Opus, I want to decode a RTP packet which has opus payload.
Following can describe my intention:
I have
RTP-packet----------> rtp_header+ opus_payload(20ms/960/48000/1channel)
I have now opus_palyload after removing the rtp_header, what I want, a
simple code using the opus_decoder which can give me the 20 msec opus
paylaod consists of 960 samples.
Can anybody put a simple