-
`vite.config.js`
```
export default defineConfig({
plugins: [
vue(),
viteStaticCopy({
targets: [
{
src: 'node_modules/@ricky0123/vad-web/dist/vad.worklet.…
-
## Goal
- Remove the need to press the button, detect the voice
- Medium-term
- Enables ambient voice detection
- Enables interruptibility
- Small model that has binary classifier for vo…
-
Silero can be imported, which means no torch etc needed: https://github.com/snakers4/silero-vad?tab=readme-ov-file#fast-start
This would make it easier to package the whisper-timestamped to docker …
-
Encountered an error while loading model file. Please make sure silero_vad.onnx, included with @ricky0123/vad-web, is available at the specified path: "right path" If need be, you can cust…
-
I'm using pyannote-onnx in conjunction with whisper.cpp, and I'm encountering an issue where whisper.cpp expects audio clips to be no longer than 30 seconds. However, pyannote sometimes detects speech…
-
silero_vad was recently updated and doesn't work with latest jetson_containers nano_llm.studio. I was able to get it working by editing `/opt/whisper_trt/whisper_trt/vad.py` and updating the `SILERO_V…
-
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/…
-
While trying to implement a voice activity detection feature using your vad-web library, I encountered a troublesome issue on iPhone devices. The application works as expected on other platforms, but …
-
Having a really hard time getting the Elevenlabs voice TTS to work with a dedicated/cloned voice. I'm using the voice-pipeline-agent-python example. It does work with the standard openai.TTS voice.
…
-
### 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…