标签: audio avassetwriter
我使用AVCaptureSession从麦克风中捕捉音频数据,
AVCaptureSession
- (void)captureOutput:(AVCaptureOutput *)captureOutput didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer fromConnection:(AVCaptureConnection *)connection
此方法将返回音频数据,如何将samleBuffer保存为AAC格式的音频文件。
samleBuffer
AAC