]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
docs : fix duplicate word typo in VAD section (#3670)
authorMaxime Grenu <redacted>
Thu, 19 Feb 2026 15:18:42 +0000 (16:18 +0100)
committerGitHub <redacted>
Thu, 19 Feb 2026 15:18:42 +0000 (16:18 +0100)
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

index c0d8edb99bc3f9877c6daa4db3e0b102cefae651..474a1301da79672e6daf9d81eb348f79ba46ddde 100644 (file)
--- 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