Spaces:
Running
Running
Update README.md
Browse files
bindings/javascript/README.md
CHANGED
|
@@ -8,12 +8,9 @@ Package: https://www.npmjs.com/package/whisper.cpp
|
|
| 8 |
|
| 9 |
The performance is comparable to when running `whisper.cpp` in the browser via WASM.
|
| 10 |
|
| 11 |
-
The API is currently very rudimentary:
|
| 12 |
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
I am hoping that there will be interest in contributions and making it better based on what is needed in practice.
|
| 16 |
-
For sample usage check [tests/test-whisper.js](https://github.com/ggerganov/whisper.cpp/blob/npm/tests/test-whisper.js)
|
| 17 |
|
| 18 |
## Package building + test
|
| 19 |
|
|
|
|
| 8 |
|
| 9 |
The performance is comparable to when running `whisper.cpp` in the browser via WASM.
|
| 10 |
|
| 11 |
+
The API is currently very rudimentary: [bindings/javascript/emscripten.cpp](/bindings/javascript/emscripten.cpp)
|
| 12 |
|
| 13 |
+
For sample usage check [tests/test-whisper.js](/tests/test-whisper.js)
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
## Package building + test
|
| 16 |
|