From 21411d81ea736ed5d9cdea4df360d3c4b60a4adb Mon Sep 17 00:00:00 2001 From: Maxime Grenu <69890511+cluster2600@users.noreply.github.com> Date: Thu, 19 Feb 2026 16:18:42 +0100 Subject: [PATCH] docs : fix duplicate word typo in VAD section (#3670) The VAD section contained a spurious 'the' at the end of a sentence, creating the run-on 'Using this information the / only the speech segments...'. Replace the orphaned 'the' with a comma so the sentence reads correctly: 'Using this information, only the speech segments...'. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0d8edb9..474a1301 100644 --- a/README.md +++ b/README.md @@ -755,7 +755,7 @@ argument to `whisper-cli`. In addition to this option a VAD model is also required. The way this works is that first the audio samples are passed through -the VAD model which will detect speech segments. Using this information the +the VAD model which will detect speech segments. Using this information, only the speech segments that are detected are extracted from the original audio input and passed to whisper for processing. This reduces the amount of audio data that needs to be processed by whisper and can significantly speed up the