You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to run wyoming-vosk on raspberrypi, because I read french support could work with reasonable delay on this platform in corrected or limited mode. IIRC, open-ended mode is worst than whisper (and whisper is not very good/fast in french language).
It makes sense to me that vosk doesn't need to understand anything that is not supported by home-assistant intents, because even if it did, HA couldn't do anything with it afterwards ?
So I trying to find a way to use the intents here as input into the vosk sentences. I don't think the format matches,
eg, vosk wants something like
sentences:
- turn (on|off) {device}
lists:
device:
values:
- in: tv
out: living room tv
- in: light
out: bedroom room light
also, we would need to pull the list of entities for each sentence from the HA API.
Has anyone done this before ?
I am thinking a script could easily do this, am I missing something ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to run wyoming-vosk on raspberrypi, because I read french support could work with reasonable delay on this platform in corrected or limited mode. IIRC, open-ended mode is worst than whisper (and whisper is not very good/fast in french language).
It makes sense to me that vosk doesn't need to understand anything that is not supported by home-assistant intents, because even if it did, HA couldn't do anything with it afterwards ?
So I trying to find a way to use the intents here as input into the vosk sentences. I don't think the format matches,
eg, vosk wants something like
also, we would need to pull the list of entities for each sentence from the HA API.
Has anyone done this before ?
I am thinking a script could easily do this, am I missing something ?
Beta Was this translation helpful? Give feedback.
All reactions