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
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.
|
|
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. |
|||
|
|
|
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. |
|||
|
|