-
Après avoir configuré mon profil dans la pre-release 0.2.5, l'application a crashé.
La configuration était établie comme suit :
- Connexion ASIO à ReaRoute (Reaper)
- 4 canaux ASIO utilisés en en…
-
Right now running a session on a model that has a scalar input (0 dimension array) fails. I think these are rare, but one example is the [silero-vad](https://github.com/snakers4/silero-vad) ONNX model…
-
Currently the waveform shows noise so maybe a VAD could be used to detect actual speech. Then can either use it to filter the waveform or just use the VAD results directly.
https://thegradient.pub/…
-
The version check introduced here:
https://github.com/snakers4/silero-vad/blob/e7c4539106bbfa14b3e15dee6bf761375a3c85f1/hubconf.py#L19-L20
is valid for stable releases, but unfortunately fails o…
-
### Issue Type
Others
### onnx2tf version number
1.2.4
### Download URL for ONNX
https://github.com/snakers4/silero-vad/blob/v3.1/files/silero_vad.onnx
### Parameter Replacement JSON
```json
{}…
-
Hello,
I am testing faster-whisper on different audios and have noticed one situation that happens rather frequently. After long silence first word in a segment has very inaccurate timestamp - it c…
-
I saw this on hackernews it seems to be better at distinguishing noise and voice
https://thegradient.pub/one-voice-detector-to-rule-them-all/
https://github.com/snakers4/silero-vad
-
https://github.com/pengzhendong/silero_vad/blob/master/src/vad/onnx_model.cc#L34
-
I've seen them combine Whisper with a Silero VAD for long-form recovery and I've heard it's better than Whisper alone. You can research to incorporate it.
https://colab.research.google.com/github/ANo…
-
I'd like to use this for a project where multi-language support is important. I can't use [whisper-timestamped](https://github.com/linto-ai/whisper-timestamped/blob/master/LICENCE) because it's Affer…