Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dsa authored Aug 4, 2023
1 parent c5e5249 commit 0ea6c19
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/whisper/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## Whisper example

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

## Run the demo

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

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

0 comments on commit 0ea6c19

Please sign in to comment.