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
跟踪下来,发现问题出在 timestamp_tools.py 里, 第81行:_end = (num_frames + fire_place[-1]) * 0.5 第82行:# _end = fire_place[-1] 这个_end 会影响vad中最后一个字的结束时间戳,打开 82行的注释,结果就对了,不太明白为啥会按 81行这么算?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
跟踪下来,发现问题出在 timestamp_tools.py 里,
第81行:_end = (num_frames + fire_place[-1]) * 0.5
第82行:# _end = fire_place[-1]
这个_end 会影响vad中最后一个字的结束时间戳,打开 82行的注释,结果就对了,不太明白为啥会按 81行这么算?
The text was updated successfully, but these errors were encountered: