Skip to content

Commit 3b64cdd

Browse files
authored
Merge pull request #78 from ChetanXpro/feat/better-error-handling
feat: better error handling and messages
2 parents 22b0684 + 77dc3ab commit 3b64cdd

File tree

8 files changed

+164
-381
lines changed

8 files changed

+164
-381
lines changed

cpp/whisper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 54c978c3a31dac51bb6fab06d5ac5b11b336ae30
1+
Subproject commit 73d13ad19a8c9c4da4f405088a85169b1a171e66

package-lock.json

Lines changed: 2 additions & 184 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-whisper",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"description": "Node bindings for OpenAI's Whisper. Optimized for CPU.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -50,7 +50,6 @@
5050
"url": "https://github.com/ChetanXpro/nodejs-whisper/issues"
5151
},
5252
"dependencies": {
53-
"ffmpeg-static": "^5.2.0",
5453
"readline-sync": "^1.4.10",
5554
"shelljs": "^0.8.5"
5655
},

0 commit comments

Comments
 (0)