-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
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
VAD检测时的舵机声音干扰 (AEGHB-765) #162
Comments
后续没有命中命令词,没有超时退出吗? |
我的代码的应用场景是gpt_demo里边,当ASR阶段,人声发言结束后,系统判断VAD无人声活动后,提交语音文件给ASR接口。 请问目前有没有什么办法可以简单过滤舵机的噪音吗? |
这个好像是我们 chatgpt 那边
这个需要你自己调整下吧,例如没有命令词触发多少时间,强制退出。 |
请问乐鑫SDK中的BSS或者NS打开的话,对抑制排除舵机的这种噪音有效果吗? |
还是如上描述,VAD 阶段是检测语音,但是目前使用的 vad 并不能有效过滤噪声 |
最近我在开发一个带有舵机的语音交互项目。
发现,唤醒设备后的VAD检测过程中,VAD经常将舵机的转动声音当成是人说话的声音,
导致VAD一直认为是人在说话,
请问针对这个问题,是否有具体的解决方案或可供参考的解决案例?
The text was updated successfully, but these errors were encountered: