Search code examples
audiortpcodec

Decode RTP iLBC payload


I want to decode iLBC audio data from RTP payload using c++? I can extract payload data but I don't know how to decode an iLBC frame. How to do that? Is there any reliable library?


Solution

  • To decode iLBC frames, I use from this library. At first I thought it was not a reliable library but now I have no problem.