|
|
@ -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
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|