onRecordAudioFrame method

FutureOr<void> onRecordAudioFrame(
  1. IAudioFrame audioFrame
)

@detail callback @author wangjunzheng @brief 返回麦克风录制的音频数据 @param audioFrame 音频数据, 参看 IAudioFrame{@link #IAudioFrame}。

Implementation

FutureOr<void> onRecordAudioFrame(IAudioFrame audioFrame) async {}