Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ wget https://huggingface.co/kotoba-tech/kotoba-whisper-v1.0-ggml/resolve/main/gg
|
|
32 |
|
33 |
```bash
|
34 |
wget https://huggingface.co/kotoba-tech/kotoba-whisper-v1.0-ggml/resolve/main/sample_ja_speech.wav
|
35 |
-
make -j && ./main -m models/ggml-kotoba-whisper-v1.0.bin -f sample_ja_speech.wav
|
36 |
```
|
37 |
|
38 |
Note that it runs only with 16-bit WAV files, so make sure to convert your input before running the tool. For example, you can use ffmpeg like this:
|
|
|
32 |
|
33 |
```bash
|
34 |
wget https://huggingface.co/kotoba-tech/kotoba-whisper-v1.0-ggml/resolve/main/sample_ja_speech.wav
|
35 |
+
make -j && ./main -m models/ggml-kotoba-whisper-v1.0.bin -f sample_ja_speech.wav -oj sample_ja_speech.transcription.json -ml 40
|
36 |
```
|
37 |
|
38 |
Note that it runs only with 16-bit WAV files, so make sure to convert your input before running the tool. For example, you can use ffmpeg like this:
|