silero-vad icon indicating copy to clipboard operation
silero-vad copied to clipboard

Silero VAD: pre-trained enterprise-grade Voice Activity Detector

Results 36 silero-vad issues
Sort by recently updated
recently updated
newest added

Error compiling silero-vad-onnx.cpp Error while compliling the c++ version of silero-v5, below is the error message, please help g++ silero-vad-onnx.cpp -I /home/lrahul/workspace/onnxruntime-linux-x64-1.12.1/include/ -L /home/lrahul/workspace/onnxruntime-linux-x64-1.12.1/lib/ -lonnxruntime -Wl,-rpath,/home/lrahul/workspace/onnxruntime-linux-x64-1.12.1/lib/ -o vad In file...

help wanted

I am getting the below error when comiling c++ code. /usr/local/include/c++/12.2.0/bits/stl_construct.h:119:7: error: no matching function for call to 'Ort::Session::Session(Ort::Env&, const wchar_t*, Ort::SessionOptions&)' 119 | ::new((void*)__p) _Tp(std::forward(__args)...); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file...

help wanted

Trying to use your Java example on Android but I'm getting the error above. https://github.com/snakers4/silero-vad/blob/master/examples/java-example/src/main/java/org/example/SlieroVadOnnxModel.java#L153 Looks like the example is out of date? The other example is using 3 inputs...

help wanted

## ❓ Questions and Help We have a [wiki](https://github.com/snakers4/silero-models/wiki) available for our users. Please make sure you have checked it out first. First of all, thank you for your amazing...

help wanted

## ❓ Questions and Help Error code - ORT_INVALID_ARGUMENT - message: Non-zero status code returned while running If node. Name:'If_0' Status Message: Non-zero status code returned while running If node....

help wanted