Spaces:
Running
Running
Martin Delille
commited on
readme : add conan badge (#2196)
Browse files* Add conan badge
* Fix markdown formating
README.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
| 4 |
|
| 5 |
[](https://github.com/ggerganov/whisper.cpp/actions)
|
| 6 |
[](https://opensource.org/licenses/MIT)
|
|
|
|
| 7 |
[](https://www.npmjs.com/package/whisper.cpp/)
|
| 8 |
|
| 9 |
Stable: [v1.6.2](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.6.0) / [Roadmap | F.A.Q.](https://github.com/ggerganov/whisper.cpp/discussions/126)
|
|
@@ -720,7 +721,7 @@ The [main](examples/main) example provides support for output of karaoke-style m
|
|
| 720 |
currently pronounced word is highlighted. Use the `-wts` argument and run the generated bash script.
|
| 721 |
This requires to have `ffmpeg` installed.
|
| 722 |
|
| 723 |
-
Here are a few
|
| 724 |
|
| 725 |
```bash
|
| 726 |
./main -m ./models/ggml-base.en.bin -f ./samples/jfk.wav -owts
|
|
|
|
| 4 |
|
| 5 |
[](https://github.com/ggerganov/whisper.cpp/actions)
|
| 6 |
[](https://opensource.org/licenses/MIT)
|
| 7 |
+
[](https://conan.io/center/whisper-cpp)
|
| 8 |
[](https://www.npmjs.com/package/whisper.cpp/)
|
| 9 |
|
| 10 |
Stable: [v1.6.2](https://github.com/ggerganov/whisper.cpp/releases/tag/v1.6.0) / [Roadmap | F.A.Q.](https://github.com/ggerganov/whisper.cpp/discussions/126)
|
|
|
|
| 721 |
currently pronounced word is highlighted. Use the `-wts` argument and run the generated bash script.
|
| 722 |
This requires to have `ffmpeg` installed.
|
| 723 |
|
| 724 |
+
Here are a few _"typical"_ examples:
|
| 725 |
|
| 726 |
```bash
|
| 727 |
./main -m ./models/ggml-base.en.bin -f ./samples/jfk.wav -owts
|