From 29a582ba374a923bda2354b5d8763869bc06398a Mon Sep 17 00:00:00 2001 From: dongfp <409001887@qq.com> Date: Tue, 25 Nov 2025 16:46:03 +0800 Subject: [PATCH] fix --- examples/csharp/SileroVadDetector.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/examples/csharp/SileroVadDetector.cs b/examples/csharp/SileroVadDetector.cs index 051e5a8..28ec56d 100644 --- a/examples/csharp/SileroVadDetector.cs +++ b/examples/csharp/SileroVadDetector.cs @@ -215,10 +215,7 @@ public class SileroVadDetector for (int i = 1; i < original.Count; i++) { SileroSpeechSegment segment = original[i]; - if (i == 235) - { - - } + if (segment.StartOffset > right) { result.Add(new SileroSpeechSegment(left, right,