mirror of
https://github.com/snakers4/silero-vad.git
synced 2026-02-04 09:29:22 +08:00
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user