-
Hi,
I've tried creating an agent using an openAI Assistant as the LLM. It joins the room and works as expected until after the it's first utterance. After speaking the string I pass into the agent.…
-
Removed popup message functionality as it is not helpful for a visually impaired user and cluttered the rest of the code.
Began implementation of [Piper TTS](https://github.com/rhasspy/piper) for A…
-
Right now i am trying to port silero_vad model from Onnx format to TensorFlow with [onnx_tf](https://github.com/onnx/onnx-tensorflow).
However, after **.export_graph** next error occurs:
Backen…
-
Where can I find the instruction for deploying faster-whisper-v3-large with silero-vad? There is only whisper deploy on the official documantation.
-
### Feature request
New feature using VAD for silence suppression. A better description can be found at https://github.com/jianfch/stable-ts?tab=readme-ov-file#silence-suppression
### Motivation…
-
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…
-
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_…
-
Hi, thank you for the wonderful library.
Recently, [silero-vad v5](https://github.com/snakers4/silero-vad/releases/tag/v5.0) was released. Do you have any plans to support it in this library?
I t…
-
If you load 2+ models from `torch.hub` at the same time in the same process, they are treated like one namespace, i.e. if you have a `utils.py` module in both packages, it raises cryptic errors.
Th…
-
I'm trying to run demo_part1.ipynb with default settings on win10 with python 3.9 through venv and get this error on 7th step:
7:
reference_speaker = 'resources/example_reference.mp3'
target_se, …