-
I've successfully build the docker image, and run the `docker run ...` command come from the documentation, then I got this log:
```
Downloading VAD ONNX model...
--2023-11-18 04:58:37-- https:/…
-
Running speech synthesis ONNX models on an ARM embedded platform without a GPU, using only the CPU?
-
First, thank you. I am super happy to see whisper-timestamped used in such a good project.
Having Whipser streamed in real time is a super feature!
I see here that VAD is not available when using …
-
I noticed that the current vad model is loaded from github, which is often inaccessible or very slow from China.
```
torch.hub.load(repo_or_dir='snakers4/silero-vad', model='silero_vad')
```
…
-
Hi.
First of all , thanks for Silero VAD, this is a really amazing project and it's a pleasure to work with.
I'm using Silero mainly for it's VAD, on a stereo file (2 channels). When getting my …
-
If a change occurs in `mycroft.conf` even not related to the `listener` service, then the changed is detected by the `listener` service and the service is reloaded but after the reload the `listener`…
-
This is not a terribly helpful issue yet, but I wanted to open it for input/tracking.
When running `finetune.py`, the script processes the sound clips through Whisper to get the text transcript and…
-
For reference I'm using the following pipeline (though the halting point seems to be something with or just after ASR processing)
mic:
name: arecord
vad:
name: silero
as…
-
In the attached sample, there is almost perfect silence at the beginning. Still there are hallucinated words.
`whisper_timestamped jon.wav --model medium.en --language en --verbose True --accurate …
-
The library relies on certain assets, such as the 'silero_vad.onnx' file and other .wasm files. From what I can see the @ricky0123/vad-web will try to load these from the root of the webserver that is…