-
Running your latest version on ArchLinux.
nodejs-whisper says the WAV file is valid, but later the native whisper instance says it's not. Huh?
```
[dev:server] [Nodejs-whisper] File is a valid …
-
![image](https://github.com/ChetanXpro/nodejs-whisper/assets/71474960/ad689461-d207-4859-a42a-97aba6314f34)
main.exe -m C:\Developer\Pruebas\whipser-test\node_modules\nodejs-whisper\cpp\whisper.cpp…
-
I have made the same issue in the [ts version one](https://github.com/sunshineLixun/whisper-node-ts/issues/2) . But thought I might as well leave it here for future reference.
Basically same issue…
-
Hello, this might or might not be a bug, but I wanted to mention it as this package could be well used in combination with `node-mic` as well.
```ts
import { Logger } from '@src/logger';
import p…
-
Verbose flag is set to `false`, yet too much is logged, like that:
```
[dev:server]
[dev:server] stderr--- whisper_init_from_file_with_params_no_state: loading model from './models/ggml-base.bin…
-
I'm on nodejs 20. I don't want to use typescript, but I do want to use whisper-node in javascript
the import statement of `import whisper from 'whisper-node';` returns Cannot use import statement o…
-
### Description
Code: https://github.com/Dun-sin/Whisper/blob/1c1224036887cd9981d6c389e987569c07193976/client/src/context/AuthContext.jsx#L30
### Screenshots
_No response_
### Additional informati…
ms-oh updated
2 weeks ago
-
Since Peertube 6.2 there is an option to auto-caption the uploaded videos and the remote runners need the whisper package to be installed. See https://docs.joinpeertube.org/maintain/tools#runner-insta…
-
I encountered an R abort when performing transcription, which I suspect may be related to memory leaks. This issue occurs in versions 0.4.1, 0.4, 0.3.3, 0.3.2, and 0.3.1, but everything works fine wit…
-
### System Info
Framework: Vuejs 3
Transformer.js version: 2.17.1
### Environment/Platform
- [X] Website/web-app
- [ ] Browser extension
- [ ] Server-side (e.g., Node.js, Deno, Bun)
- …