We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f897eb7 commit d34445eCopy full SHA for d34445e
examples/stream/README.md
@@ -15,7 +15,7 @@ https://user-images.githubusercontent.com/1991296/194935793-76afede7-cfa8-48d8-a
15
Setting the `--step` argument to `0` enables the sliding window mode:
16
17
```bash
18
- ./build/bin/stream -m ./models/ggml-small.en.bin -t 6 --step 0 --length 30000 -vth 0.6
+ ./build/bin/stream -m ./models/ggml-base.en.bin -t 6 --step 0 --length 30000 -vth 0.6
19
```
20
21
In this mode, the tool will transcribe only after some speech activity is detected. A very
0 commit comments