这里有人用audio queue做过音频的开发吗?
我现在接收到一段音频数据,想用audio queue来播放,定义一个
AudioQueueBufferRef audioBuffer;
接收到的数据存放在data里面。
但是没法附值给audioBuffer->mAudioData。
用strcpy(audioBuffer->mAudioData,data)总是出错。不知道可有人知道是咋回事哎。
------解决方案--------------------
AVFoundation.framework不行吗?
------解决方案--------------------
http://developer.apple.com/library/ios/#documentation/MusicAudio/Conceptual/AudioQueueProgrammingGuide/AboutAudioQueues/AboutAudioQueues.html