This commit is contained in:
dongfp
2025-11-25 16:46:03 +08:00
parent 7b0aaa1c4c
commit 29a582ba37

View File

@@ -215,10 +215,7 @@ public class SileroVadDetector
for (int i = 1; i < original.Count; i++) for (int i = 1; i < original.Count; i++)
{ {
SileroSpeechSegment segment = original[i]; SileroSpeechSegment segment = original[i];
if (i == 235)
{
}
if (segment.StartOffset > right) if (segment.StartOffset > right)
{ {
result.Add(new SileroSpeechSegment(left, right, result.Add(new SileroSpeechSegment(left, right,