xiangyuecn / Recorder

html5 js 录音 mp3 wav ogg webm amr g711a g711u 格式,支持pc和Android、iOS部分浏览器、Hybrid App(提供Android iOS App源码)、微信,提供ASR语音识别转文字 H5版语音通话聊天示例 DTMF编码解码
https://xiangyuecn.github.io/Recorder/
MIT License
4.59k stars 1.01k forks source link

Cannot read properties of undefined (reading 'input') #219

Open wake-me-up opened 2 months ago

wake-me-up commented 2 months ago

this.wave.input(buffers[buffers.length - 1],powerLevel,bufferSampleRate); 控制台提示rec.set.onProcess回调出错是不允许的,需保证不会抛异常 TypeError: Cannot read properties of undefined (reading 'input')

xiangyuecn commented 2 months ago

自己判断一下变量是否有值,没值就不要调用input方法