I have a pcm file, and I want to convert it to a wav file.
Is there any suitable api or code for this?
This resource, WAVE PCM soundfile format, helped me to parse PCM data to WAVE. I've built a library based on it and it works fine for me.