Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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++?

PS: I'm using GNU / Linux.

Thanks

share|improve this question
Perhaps strtoul? – user315052 Jul 24 '12 at 0:29
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? – user1027524 Jul 24 '12 at 1:15

1 Answer

I use asterisk for this. Look here:

http://www.asterisk.org/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.