iphone - how to convert byte array or binary data into audio file -


I need help in my iphone application, I want to convert the byte array or binary data to an audio file. Please help me and tell me in any way, I will do it.

If your array is to include audio data in PCM format, you are ready to play audio file Just be able to add a Wave header at the beginning. The header format is described.


Comments