-
Hi @streamer45, thanks for your awesome package! I found discrepancies between silero-vad-go and the Python package. My input file is a 13-minute-long speech of JFK, and silero-vad-go misses multiple …
-
Please help me. I want to use your feature in my app.
Android and the web are working perfectly. But I built it on iOS and I had an error below.
[IOSInAppWebViewController] (iOS) WebView ID 112896…
-
Transcription appears to be accurate, however the ending timestamps for each line are always set at the beginning timestamp of the next line, resulting in subtitles constantly displayed long after spe…
-
### Feature request
This feature request aims to improve the speed of Whisper's batched version by adding a VAD model (such as pyannote or from NeMO or Silero) and merging chunks up to 30 sec, instea…
-
Sometimes Silero detects that the user is speaking when Deepgram doesn't (and vice versa). Is there a way to just use Deepgram endpointing so that these inconsistencies don't occur?
-
I noticed while transcribing some of my own audio that near-silence doesn't get removed during VAD. In fact, running `noisereduce` actually made the problem dramatically worse, making 10 seconds of fa…
-
## ❓ Questions and Help
Hi silero team!
When i try to use silero-vad using python, I felt it is good.
But if i use silero-vad using c++, i got quite different result between python and c++.
I …
-
**Is your feature request related to a problem? Please describe.**
VAD needs to determine better when to send or not to send bytes.
File `transcribe.py` /listen endpoint.
```
while True:
…
-
model.transcribe(fileName,vad_filter=True) 报错误文件不存在
```
[ONNXRuntimeError] : 3 : NO_SUCHFILE : Load model from C:\Users\ADMINI~1\AppData\Local\Temp\_MEI92922\faster_whisper\assets\silero_vad.onnx fa…
-
Hello! thanks for the plugin!
I was wondering how hard would it be to create an api like this using flutter? https://github.com/ricky0123/vad
Would it work out of the box? Sorry if this question i…