-
### Feature description
I'd love support for the `ConstantOfShape` (9) ONNX Operator, which isn't currently implemented according to the docs
### Feature motivation
To use [Silero VAD](https:…
-
silero-vad
Large portions of the speech are missing.
Some files have subtitles files of 10kb using version 1.0.2, while only less than 1kb using version 1.0.3.
This video file
https://www.yo…
-
I implemented this VAD in my ionic react capacitor app.
const vad = useMicVAD({
stream,
workletURL: "/vad.worklet.bundle.min.js",
modelURL: "/silero_vad.onnx",
startOnLoad: tru…
-
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.jav…
-
Pillow added support for Python 3.13 in [v11.0](https://github.com/python-pillow/Pillow/releases/tag/11.0.0), but `livekit-agents[images]` requires [Pillow v10](https://github.com/livekit/agents/blob/…
-
I am occasionally running into empty room metadata when the agent connects to a room. The code which creates the room looks something like:
```java
Call room_create_call = client.createRoom(id, empt…
sw956 updated
2 weeks ago
-
I'm trying to run inference on Silero VAD using MPSX (https://github.com/snakers4/silero-vad/blob/master/files/silero_vad.onnx) but it's failing with:
```
result: failure(MPSX.OnnxError.unsupport…
-
Hello,
I am using the below code to build a voice agent, most of the code has been gathered from different examples. I am facing the following problems:
1- interruption handling is bad compared to e…
-
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_…
-
I am trying to load [silero-vad-v4 onnx](https://github.com/snakers4/silero-vad/archive/refs/tags/v4.0.tar.gz) but it is giving me the following error:
```
Error Failed analyse for node #74 "If_25…