Skip to content

Commit

Permalink
misc : typo (ggerganov#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiggerZZ authored Mar 30, 2023
1 parent 5e6e218 commit 859ffc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ whisper_print_timings: total time = 32733.52 ms
## Real-time audio input example
This is a naive example of performing real-time inference on audio from your microphone.
The [stream](examples/stream) tool samples the audio every half a second and runs the transcription continously.
The [stream](examples/stream) tool samples the audio every half a second and runs the transcription continuously.
More info is available in [issue #10](https://github.com/ggerganov/whisper.cpp/issues/10).
```java
Expand Down

0 comments on commit 859ffc9

Please sign in to comment.