Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have an IP camera with microphone. I am capturing the sound using open rtsp library but it is saved in PCMU format. Is anybody aware of libraries (C or JAVA) to convert it to WAV? I couldn't find any.. If not then how could I perform such conversion

share|improve this question
possible duplicate of 8bit PCMU Encoder/Decoder – Alexey Frunze Jul 26 '12 at 11:16

2 Answers

Ok I have managed to do it using sox http://sox.sourceforge.net which I can call from java in the same way as I can call it from the command line.

share|improve this answer

This document (Recommended Practices for Enhancing Digital Audio Compatibility in Multimedia Systems) contains the pseudocode for converting CCITT (a.k.a. PCMU) to plain PCM WAV.

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.