
# 辅助进程发送音频数据
```
[self-> dataBufferController sendAudioBuffer：sampleBuffer];
```
**接口描述**
APP调用DataBufferController实例对象的sendAudioBuffer方法。
**注意事项**
在辅助进程中调用，用来发送采集到的音频数据。
**接口定义**
```
- (void)sendAudioBuffer:(CMSampleBufferRef)sampleBuffer;
```
