I have a text file with the payload (in hex) of about RTP packets of a VoIP conversation, does anyone know how to convert the text into a file. wav audio using c/c++?
No, my problem is that I have a file with the payloads from a VOIP conversation (codec g711), this is a example:
56535d5c5f5f5c5d5253525d535155d7d6d
and I wanted to encode into a wav file. How is this possible? is there any c++ library which can do this? – user1027524Jul 24 '12 at 1:15
strtoul? – user315052 Jul 24 '12 at 0:29