fix: handle missing ffmpeg on windows and add devices alias
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
"start": "bun src/index.ts discord",
|
||||
"start:discord": "bun src/index.ts discord",
|
||||
"start:local": "bun src/index.ts local",
|
||||
"devices": "bun src/index.ts local-devices",
|
||||
"audio:devices": "bun src/index.ts local-devices",
|
||||
"check": "tsc --noEmit",
|
||||
"build": "tsc -p tsconfig.json"
|
||||
@@ -32,6 +33,7 @@
|
||||
"typescript": "^6.0.3"
|
||||
},
|
||||
"trustedDependencies": [
|
||||
"onnxruntime-node"
|
||||
"onnxruntime-node",
|
||||
"ffmpeg-static"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user