search for: rizwanishaq

Displaying 3 results from an estimated 3 matches for "rizwanishaq".

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
2016 Jun 22
0
OpusDecoder
Hi, I am new to Opus, I want to use Opus and opus-tool for opus website. I just have Opus payload raw stream from RTP packets. Suppose, I have one packet, like Raw packet = RTP Header + opus payload ( The opus payload has 20 msec, and 1 channel only) I removed the RTP header and now i have only opus payload = Raw packet - RTP Header The opus payload is now (1 byte TOC) and rest of N-1 bytes
2016 Jun 17
2
Opus Raw Pakcets
Hi, I have application, where I am reciving the RTP packets, which has OPUS payload. >From the RTP packets I got following information: (12 byes Header) tells about the version, payload time, time stamp, srsc, etc. The rest of the packet is OPUS payload (raw format), The TOC byte from OPUS payload tells its 20ms frame, even the time stamp different of 960 means 20 msec frame. Questions: 1)