whisper.rn 0.3.0-rc.2 → 0.3.0-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/cpp/ggml.c +399 -162
- package/cpp/ggml.h +13 -3
- package/cpp/whisper.cpp +15 -1
- package/cpp/whisper.h +3 -0
- package/lib/commonjs/index.js +8 -1
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/version.json +1 -0
- package/lib/module/index.js +5 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/version.json +1 -0
- package/lib/typescript/index.d.ts +4 -3
- package/lib/typescript/index.d.ts.map +1 -1
- package/package.json +5 -2
- package/src/index.ts +6 -2
- package/src/version.json +1 -0
package/README.md
CHANGED
|
@@ -79,7 +79,7 @@ subscribe(evt => {
|
|
|
79
79
|
|
|
80
80
|
In Android, you may need to request the microphone permission by [`PermissionAndroid`](https://reactnative.dev/docs/permissionsandroid).
|
|
81
81
|
|
|
82
|
-
|
|
82
|
+
Please visit the [Documentation](docs/) for more details.
|
|
83
83
|
|
|
84
84
|
## Core ML support
|
|
85
85
|
|