rhasspy/rhasspy-silence

Can energy based silence detection be configured in Rhasspy's profile.json?

hawkeye217 opened this issue · 2 comments

I didn't see anything in the Rhasspy docs referencing if it was possible to do something like this in my profile.json:

    "command": {
        "system": "webrtcvad",
        "webrtcvad": {
            "timeout_sec": 10,
            "vad_mode": "2",
            "silence_method": "all"   <----- is something like this possible??
        }
    },
...

Would love to test the new energy based detection features!

Working on this now!

This is possible now in 2.5.9.