【发布时间】:2011-12-24 09:36:43
【问题描述】:
使用 AVCaptureAudioDataOutput 时,CMSampleBuffer 中存储的数据是什么?它通过委托方法–captureOutput:didOutputSampleBuffer:fromConnection: 提供CMSampleBuffers,但是CMSampleBuffer 里面有什么? PCM还是压缩?采样率、通道数等是多少?这如何用于从设备流式传输音频?
谷歌搜索了几个小时并没有帮助我。
提前致谢
【问题讨论】:
标签: ios avfoundation core-audio audio-streaming audio-recording