kh
2023-06-16 14:37:45 +09:00
committed by GitHub
parent 20d4e9418b
commit ad58ba26ab

View File

@@ -21,7 +21,7 @@ class VadOptions(NamedTuple):
min_speech_duration_ms: Final speech chunks shorter min_speech_duration_ms are thrown out.
max_speech_duration_s: Maximum duration of speech chunks in seconds. Chunks longer
than max_speech_duration_s will be split at the timestamp of the last silence that
lasts more than 100s (if any), to prevent aggressive cutting. Otherwise, they will be
lasts more than 100ms (if any), to prevent aggressive cutting. Otherwise, they will be
split aggressively just before max_speech_duration_s.
min_silence_duration_ms: In the end of each speech chunk wait for min_silence_duration_ms
before separating it