Displaying 1 result from an estimated 1 matches for "opus_palyload".
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 tutorial about this which eloborate how can we can
get these 960 samples from the opus payload?
Exactly, what I want is
o...