-
-
Notifications
You must be signed in to change notification settings - Fork 705
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
webrtc的p2p模式为什么数字人刷新之后还是会说上一个问题的一点尾巴。(推理的队列我都已经清空了) #374
Comments
同问,有同样的问题,有什么方式可以解决? |
是用的新的代码吗,第二次连接吗,应该不会有这个问题了,重新创建对象的。 |
因为预热的那里,的那个维护音频特征的循环矩阵还包含了上一段音频末尾的几个音频帧,将那个循环矩阵置零就好了 |
具体是哪部分代码,方便提个pr吗 |
刚刚看了下,需要改nerfasr.py的self.feat_queue的状态维护,每句话推理完,应该需要将最近的8个特征置零(其他asr没看,不知道有没有问题),但是这样改有点麻烦,可以将将每句推理的音频拼接一段0.56s的静音片段:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: