Skip to content

ovos plugin for voice activity detection using silero vad

License

Notifications You must be signed in to change notification settings

OpenVoiceOS/ovos-vad-plugin-silero

Repository files navigation

Silero VAD

Silero Voice Activity Detection (VAD) plugin.

Configuration

{
    "listener": {
        "VAD": {
            "module": "ovos-vad-plugin-silero",
            "ovos-vad-plugin-silero": {
                "model": "/optional/path/to/model.onnx"
            }
        }
    }
}