-
Notifications
You must be signed in to change notification settings - Fork 16
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
wx没有跑出来 ref去操作组件的事件stop stop里没有关闭socket #81
Comments
比如我在说”你在干嘛“ 然后静默等走到了recordComplete识别完成里的事件里了 我去做了相应的处理 但是如果我还在说话或者周边在说话(”好的“) 下次开始录音 他会把那一瞬间”好的“给转换过来 久了就会越来越乱 上上次什么 |
谢谢反馈。初步看应该是 |
就是很多次后 再次点击准备说话 但是编译出来的还是你上次或者上上次 就是前面你说的 后面你不说话点录音开始都还在一直转换前面说的 可以试一下 在说完话执行最终结果完的 录音结束完一瞬间补上个什么话 下次点击录音开始 不用说话都会出来 |
请问这个问题有解决了吗?目前我也是遇到了这个问题无法解决 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
你的this.ws没有抛出来 无法关闭socket长连接 然后就会出现明明在最终识别结果完后我发送了消息(同时还在说话的话 因为没有关闭socket 只是改变了状态) 再次打开录音说话就会把上次甚至上上次没说完的话给转换了 消息就会错乱
The text was updated successfully, but these errors were encountered: