-
When I use OpenAI TTS there is no problem, but when I use ElevenLabs TTS, it says the first message but then, I get this message in the terminal: {"message": "11labs reported an error: detected_unusua…
-
The info in #21 came out me playing quite a bit with trying to make a performant (in iOS Safari) client-side VAD.
I ended up creating a whole new package to get it going: https://github.com/mkcode/…
-
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-lin…
-
After upgrading to pipecat V 0.0.47, all examples produce cartoonic voice when using xtts as TTS, it seems like there is a problem with the sample_rate? rolling abck to v 0.0.41 fixes the problem
h…
-
trying to integrate into a sveltekit project by calling the below on the client side:
```ts
const MicVAD = (await import("@ricky0123/vad-web")).MicVAD
const vad = await MicVAD.n…
-
Where can I find the instruction for deploying faster-whisper-v3-large with silero-vad? There is only whisper deploy on the official documantation.
-
Hi,
I am trying to transcribe live stereo audio to mono audio and transcribe them, is there any recommended methods to implement this, I have tried converting stereo to mono and my result is very i…
-
Installed and getting this error on execution of generation. It looks like a silero version needs to be added to the code.
`[ERROR] Get target tone color error Problem when installing silero with v…
-
Hello,
I found that there is a description about VAD filter usage in README.md that may be inconsistent with the source code. I think "removes silence longer than 2 seconds" should probably use the …
-
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…