-
the ori code to vad the wavs code didn't use multiprocessing:
python scripts/vads.py -r $RVAD_ROOT < /path/to/train.tsv > train.vads
so it really slow to handle massive wavs,i add the multiprocessin…
-
## ❓ Questions and Help
While following the demo notebook
https://colab.research.google.com/github/snakers4/silero-vad/blob/master/silero-vad.ipynb#scrollTo=pSifus5IilRp
And I wanted to use a low…
-
## Description
After starting, debug prints out actions but there is no text output. I set the --output test.txt and it creates and empty file/
I assume the default should print out to the console…
-
## Export silero-vad ONNX to TensorRT
I am trying to translate the supplied ONXX network (`files/silero_vad.onnx`) to TensorRT (.trt). I tried two tools:
- `trtexec` from nvidia (https://github.co…
-
## 🐛 Bug
## To Reproduce
Steps to reproduce the behavior:
1. Loading Jit model
2. Inference Model
3. Memory leak
```
self.model = init_jit_model('./asr/silero_vad.jit')
self.mode…
-
Voice Activity Detection can reduce call of `transcribe`.
The VAD should be light-weight.
See also https://github.com/openai/whisper/discussions/29#discussioncomment-3726710
-
### Discussed in https://github.com/snakers4/silero-vad/discussions/154
Hi, I had encounted the same problem.
When I call the **'forward'** function with one parameters (_like this forward(inputs)_)…
-
When using `whispering --language multi --model large -n 90 --allow-padding --host 0.0.0.0 --port 8000`
-
## Describe the bug
No ASR results are produced and error after a while
## To Reproduce
whispering --language en --model tiny --debug
## Logs
(whisper_streaming) fc@Claudios-MacBook-Pro whisp…
-
### 🐛 Describe the bug
When running this sample on Windows :
```python
import torch
data = torch.hub.load(repo_or_dir='snakers4/silero-vad', model='silero_vad')
```
It doesn't work on Windows af…