-
## 🚀 Feature
Add a callback function for tracking the progress of the `get_speech_timestamps` function that the first parameter is `progress`, calculated from `current sample index / sample leng…
-
After the recent changes I get this error. Is there an option to load with previous version or can I do anything to fix this issue?
```
Python 3.8.12 (default, Oct 12 2021, 13:49:34)
[GCC 7.5.0]…
-
## 🚀 Feature
I want to know if there is any vad model for the french language to use with silero
## Pitch
I need the vad for detecting speech / non speech in audio stream for embedded applica…
-
New version of VAD non-ONNX model doesn't work with 8 kHz audio.
Code from example:
SAMPLING_RATE = 8000
USE_ONNX = False
model, utils = torch.hub.load(repo_or_dir='snakers4/silero-vad',
…
-
Thank you for the work you're putting into this! I'd love to buy you a coffee.
The latest pull with Silero VAD seems to have broken it for me. Unsure if it's just requirements.txt missing some new …
-
I am processing a wav file using the callbacks however I'm limited by the fact that it processes the file in real time, e.g. a 1 min audio file will take 1 min to process.
Is it possible to proces…
-
python version:3.7
libs: torch==1.12.0 torchaudio==0.12.0
========================================
speech_timestamps = get_speech_timestamps(raw_frames, model1, sampling_rate=sample_rate)
Fi…
-
First, congratulations for your work and for sharing it with the community !!
https://github.com/snakers4/silero-vad/releases/tag/v3.1 indicates
> Only 16kHz available now (ONNX has some issues wi…
-
## 🐛 Bug
While following the demo notebook(https://colab.research.google.com/github/snakers4/silero-vad/blob/master/silero-vad.ipynb#scrollTo=iDKQbVr8jsry), I get an error on the **Stream imitation…
-
## 🚀 Feature
`get_speech_timestamps` may be useful function, but an API to get the raw speech probabilities is needed for more advanced scenarios.
## Motivation
As a very simple example, I ma…