예제 #1
0
 /// <summary>
 /// 不使用默认的record进行录音,使用自定义的录音方式录音  Prepares the sound copying.
 /// 注意,需要再 执行 StartRecorder()方法之前调用,否则无效
 /// </summary>
 public static void PrepareSoundCopying(int channelCount, int sampleRate, int maxBufferSizeInBytes)
 {
     ShareRECImpl.PrepareSoundCopying(channelCount, sampleRate, maxBufferSizeInBytes);
 }