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
如果 录音过程中出现空白音频该怎么判断,是通过,声音的响度去判断吗。就像微信那样,声音过小发不出去
The text was updated successfully, but these errors were encountered:
得判断录音中有没有说话,简单点是可以判断音量,onProcess里面实时检测 持续多久并且音量高于多少就判断为有说话,这个实现比较简单,不过准确度一般
正规点的用vad检测,比较复杂
Sorry, something went wrong.
No branches or pull requests
如果 录音过程中出现空白音频该怎么判断,是通过,声音的响度去判断吗。就像微信那样,声音过小发不出去
The text was updated successfully, but these errors were encountered: