Pedro Probst

Results 6 issues of Pedro Probst

This PR does two small things related to `examples/addon.node`: 1) Add a parameter to disable timestamps when using the `addon.node` example; 2) As in `main`, do not compute timestamps when...

Hello! In some experiments, I've noticed that in audio files that have silence at the end (even ~1s of silence), whispercpp sometimes transcribes "bullshit" text from nonexistent speech. This _does...

bug

Hello there. I believe that a common usage of Whisper is to fine-tune a smaller model (e.g., base/small) with your data and then use it in a specific context. However,...

Hello there. When I compile `addon.node` in examples, running the following line after `npm install`: ``` npx cmake-js compile -T whisper-addon -B Release ``` Yields: ``` info TOOL Using Ninja...

This PR does two things regarding the `addon.node` example. - It adds the `audio_ctx` param. - It adds the option to pass directly an audio array with param `pcmf32`, instead...

Hello! I'm impressed by the transcription quality in WhisperX, but I have some specific questions: 1. Do we have an "evaluate" script? For example, we send audio with annotated transcriptions,...

enhancement