-
Installed and getting this error on execution of generation. It looks like a silero version needs to be added to the code.
`[ERROR] Get target tone color error Problem when installing silero with v…
-
I have created [fork](https://github.com/marcinmatys/whisper_streaming/blob/main/README2.md) of whisper_streaming , so I took the liberty of writing about it here.
We may close this issue soon as it…
-
Just a handy issue to be notified of latest changes and micro-releases (we will mostly changing the models)
-
The info in #21 came out me playing quite a bit with trying to make a performant (in iOS Safari) client-side VAD.
I ended up creating a whole new package to get it going: https://github.com/mkcode/…
-
when I see the code whisper_online.py, I watch a line comment: https://github.com/ufal/whisper_streaming/blob/225f0383553a23f4ecc4c4751b73bc406a120c6c/whisper_online.py#L523
My question is: I cannot …
-
digitalChat5-CwHLMuC-.js:2037 Encountered an error while loading worklet. Please make sure the worklet vad.bundle.min.js included with @ricky0123/vad-web is available at the specified path:
/…
-
Hello,
I found that there is a description about VAD filter usage in README.md that may be inconsistent with the source code. I think "removes silence longer than 2 seconds" should probably use the …
-
The title of the paper https://arxiv.org/pdf/2410.15608 is
> Moonshine: Speech Recognition for Live Transcription and Voice Commands
However, the model is a non-streaming model, could you describe…
-
trying to integrate into a sveltekit project by calling the below on the client side:
```ts
const MicVAD = (await import("@ricky0123/vad-web")).MicVAD
const vad = await MicVAD.n…
-
# Instruments
We have compared 3 easy-to-use **off-the-shelf instruments for voice activity / audio activity detection**:
- Silero-vad from here - https://github.com/snakers4/silero-vad;
- A po…