readme : clarify main and stream usage (#391)

Give an example of ./main that uses a sample file that's already there, and make the stream example clarify you need `make stream`
pull/404/head
Ian Bicking 2 years ago committed by GitHub
parent 8d7b29cedd
commit 5e9f33596f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -71,7 +71,7 @@ Now build the [main](examples/main) example and transcribe an audio file like th
make make
# transcribe an audio file # transcribe an audio file
./main -f input.wav ./main -f samples/jfk.wav
``` ```
--- ---
@ -307,6 +307,7 @@ The [stream](examples/stream) tool samples the audio every half a second and run
More info is available in [issue #10](https://github.com/ggerganov/whisper.cpp/issues/10). More info is available in [issue #10](https://github.com/ggerganov/whisper.cpp/issues/10).
```java ```java
make stream
./stream -m ./models/ggml-base.en.bin -t 8 --step 500 --length 5000 ./stream -m ./models/ggml-base.en.bin -t 8 --step 500 --length 5000
``` ```

Loading…
Cancel
Save