AVAudioPCMBuffer able to get audio with static/white noise only
问题 Thank you for taking the time and reading my question. Target : I am getting some audio data from UDP server and I have to convert them into PCM format to play the actual audio realtime. Query: For some reason using below code did not work for the format of my AVAudioPCMBuffer and yielded no sound, or a memory error. However, I am able to get white noise/static to play from the speakers by converting the NSData to a AVAudioPCMBuffer. I have a feeling that I am getting close to the answer,