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

根据说话人进行裁剪,相同说话人的部分内容没有被裁剪进结果 #83

Closed
yetianyateng opened this issue Jun 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@yetianyateng
Copy link

yetianyateng commented Jun 30, 2024

你好,我使用ASR+SD进行识别,获取到了4条连续的相同说话人的SRT字幕内容,这4条内容的起止时间连续没有停顿,如:
5 spk3
00:00:36,20 --> 00:00:36,560
6 spk3
00:00:36,560 --> 00:00:37,160
7 spk3
00:00:37,160 --> 00:00:37,720
8 spk3
00:00:37,720 --> 00:00:38,400
在设置开始位置偏移、结束位置偏移都为0后进行裁剪,最后结果只裁剪出了
5 spk3
00:00:36,20 --> 00:00:36,560
请问该如何解决这个问题呢,实现将这4条内容都裁剪的结果

@R1ckShi R1ckShi added the bug Something isn't working label Jul 11, 2024
@R1ckShi R1ckShi closed this as completed Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants