Skip to content
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 中最后一个字的时间戳判断不准确。 #2222

Open
wujpbb7 opened this issue Nov 21, 2024 · 0 comments
Open

vad 中最后一个字的时间戳判断不准确。 #2222

wujpbb7 opened this issue Nov 21, 2024 · 0 comments
Labels
question Further information is requested

Comments

@wujpbb7
Copy link

wujpbb7 commented Nov 21, 2024

跟踪下来,发现问题出在 timestamp_tools.py 里,
第81行:_end = (num_frames + fire_place[-1]) * 0.5
第82行:# _end = fire_place[-1]
这个_end 会影响vad中最后一个字的结束时间戳,打开 82行的注释,结果就对了,不太明白为啥会按 81行这么算?

@wujpbb7 wujpbb7 added the question Further information is requested label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant