Skip to content

Commit 21411d8

Browse files
authored
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...'.
1 parent 364c77f commit 21411d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ argument to `whisper-cli`. In addition to this option a VAD model is also
755755
required.
756756

757757
The way this works is that first the audio samples are passed through
758-
the VAD model which will detect speech segments. Using this information the
758+
the VAD model which will detect speech segments. Using this information,
759759
only the speech segments that are detected are extracted from the original audio
760760
input and passed to whisper for processing. This reduces the amount of audio
761761
data that needs to be processed by whisper and can significantly speed up the

0 commit comments

Comments
 (0)