我想使用Swift直接从iOS中的麦克风播放音频。
为此我使用AVCaptureSession。设置我的输入设备,输出和委托。
委托方法:captureOutput(captureOutput: AVCaptureOutput!, didOutputSampleBuffer sampleBuffer: CMSampleBuffer!, fromConnection connection: AVCaptureConnection!)
处于活动状态。
但是如何从samplebuffer获取音频并使用AVAudioPlayer?
也许有一种更简单的方法来解决我的问题?
我不想录制任何音频!!! “只有”通过扬声器捕捉和播放。