mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-18 20:27:53 +00:00
stream : improve consistency in README (#2642)
This commit is contained in:
parent
f897eb7670
commit
d34445e960
@ -15,7 +15,7 @@ https://user-images.githubusercontent.com/1991296/194935793-76afede7-cfa8-48d8-a
|
|||||||
Setting the `--step` argument to `0` enables the sliding window mode:
|
Setting the `--step` argument to `0` enables the sliding window mode:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./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
|
||||||
```
|
```
|
||||||
|
|
||||||
In this mode, the tool will transcribe only after some speech activity is detected. A very
|
In this mode, the tool will transcribe only after some speech activity is detected. A very
|
||||||
|
Loading…
Reference in New Issue
Block a user