I am trying to decode a compressed rtp packet to evs and make it into a wav file.
I use C language in Redhat 6.8 64bit environment.
I have rtp packet dump ( evs )
I used EVS_dec in 3GPP TS 26.443 V15.1.0. C source code.
rtp packet -> g.192 format file -> wav
I have successfully created a wav file, but I can not hear it.
3gpp It does not understand well when I look at the document.
I want to know more about how to use EVS_dec.