From 5940583452d41679e9cfed2a5fa4b11e1952330d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E5=9D=9A=E6=9E=9C?= <753610399@qq.com> Date: Thu, 29 Aug 2019 14:05:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3tab=E7=BC=A9=E8=BF=9B?= =?UTF-8?q?=E6=94=B9=E7=A9=BA=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app-support-sample/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-support-sample/README.md b/app-support-sample/README.md index a0733fe..5fc6972 100644 --- a/app-support-sample/README.md +++ b/app-support-sample/README.md @@ -175,8 +175,8 @@ set配置默认值: type:"mp3"//最佳输出格式,如果底层实现能够支持就应当优先返回此格式 sampleRate:16000//最佳采样率hz bitRate:16//最佳比特率kbps - - onProcess:NOOP//如果当前环境支持实时回调(RecordApp.Current.CanProcess()),接收到录音数据时的回调函数:fn(buffers,powerLevel,bufferDuration,bufferSampleRate),此回调和Recorder的回调行为完全一致 + + onProcess:NOOP//如果当前环境支持实时回调(RecordApp.Current.CanProcess()),接收到录音数据时的回调函数:fn(buffers,powerLevel,bufferDuration,bufferSampleRate),此回调和Recorder的回调行为完全一致 } 注意:此对象会被修改,因为平台实现时需要把实际使用的值存入此对象