From a05f9fc9b79660149f40de2c8ac871ffcb600afb Mon Sep 17 00:00:00 2001 From: victor <52110451+cs50victor@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:43:58 -0500 Subject: [PATCH] chore: fix docs typo (#104) --- examples/whisper/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/whisper/README.md b/examples/whisper/README.md index 749936b0..c65c1f22 100644 --- a/examples/whisper/README.md +++ b/examples/whisper/README.md @@ -1,6 +1,6 @@ ## Whisper example -[Whisper](https://github.com/openai/whisper) is a speech-to-text model from OpenAI. It ordinarily requires 30s of input data for transcription, making it challenging to use in real-time applications. We work around this by limitation by padding shorter bursts of speech with silent audio packets. +[Whisper](https://github.com/openai/whisper) is a speech-to-text model from OpenAI. It ordinarily requires 30s of input data for transcription, making it challenging to use in real-time applications. We work around this limitation by padding shorter bursts of speech with silent audio packets. ## How to run the demo