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.

Hi i have a pcm file , and i want to convert to wav file. is there any suitable api or code for this ?

share|improve this question

3 Answers

Have you looked at MP3 Encoding in Java

share|improve this answer

This help me allot to parse pcm data to wave . I've built a library based on it and it works fine for me Enjoy reading WAVE Format

share|improve this answer

I know one called "OperateWav" that I used to develop a convertor(linux c/c++) in my first project during my first internship.I am not sure if this one exists per se and whether it supports java.Actually wav file is simply adding a wav format header on pcm raw data...

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.