Skip to content

Commit 0ea6c19

Browse files
authored
Update README.md
1 parent c5e5249 commit 0ea6c19

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/whisper/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
## Whisper example
22

3-
Whisper is not really suited for realtime applications.
4-
The input requires to have 30s of data.
5-
The way we can workaround this is by filling our data using silence
3+
[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.
64

75
## Run the demo
86

@@ -24,4 +22,4 @@ g++ -O3 -std=c++11 -pthread --shared -fPIC -static-libstdc++ whisper.cpp ggml.o
2422
Run the script and connect another participant with a microphone:
2523

2624
You can use our Meet example or use the livekit-cli:
27-
e.g: `livekit-cli load-test --room yourroom --audio-publishers 1`
25+
e.g: `livekit-cli load-test --room yourroom --audio-publishers 1`

0 commit comments

Comments
 (0)