We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
win11 Electron里使用时 powerlevel一直是0或者1,浏览器里使用没有问题,win10里正常。开启或者关闭降噪都不起作用。可能是什么导致的,或者需要配置什么
The text was updated successfully, but these errors were encountered:
参考一下 #230 ,可能的原因是getUserMedia参数里面提供了sampleRate后,浏览器选择了一个没有声音的音频输入设备
去掉 trackSet[sampleRateTxt]=ctx[sampleRateTxt] 这个配置试试,可能是因为配置了sampleRate,同时设置 Recorder.ConnectEnableWebM=false 禁用掉MediaRecorder Recorder/src/recorder-core.js Lines 986 to 990 in ac2e440 trackSet[sampleRateTxt]=ctx[sampleRateTxt];//必须指明采样率,不然手机上MediaRecorder采样率16k var mSet={audio:trackSet}; try{ var pro=Recorder.Scope[getUserMediaTxt](mSet,f1,f2);
去掉 trackSet[sampleRateTxt]=ctx[sampleRateTxt] 这个配置试试,可能是因为配置了sampleRate,同时设置 Recorder.ConnectEnableWebM=false 禁用掉MediaRecorder
Recorder/src/recorder-core.js
Lines 986 to 990 in ac2e440
Sorry, something went wrong.
还是一样,不起作用。之前忘记说了一点,录音的数据一直是有的,我们拿到这个数据可以实时转文字,就是声音大小(powerlevel)为0,声波图没啥波动
No branches or pull requests
win11 Electron里使用时 powerlevel一直是0或者1,浏览器里使用没有问题,win10里正常。开启或者关闭降噪都不起作用。可能是什么导致的,或者需要配置什么
The text was updated successfully, but these errors were encountered: