Hi i have a pcm file , and i want to convert to wav file. is there any suitable api or code for this ?
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.
|
|
|
Have you looked at MP3 Encoding in Java |
|||
|
|
|
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 |
|||
|
|
|
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... |
|||
|
|