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 have some questions about how to imlement this....
First - how to get the mic level - in mycroft it cpuld be read from a file, but cant se the same under OVOS.
Second - should it be an extension to this PHA L plugin like
self.bus.on("mycroft.volume.auto", self.handle_auto_request)
and third- should there be a autovolume skill to take care of the voice to activate and deactivate or should that be added to the volume skill - i think it shod be added to volume skill.
and forth - should the listning on the mic level be in PHAL or the controling skill
It is som years ago i made the auto-volume skill, but it were fun then and can be fun to add feature to OVOS to.
The auto-volume skill made frequent reading of mic level and took the median level and set the volume acording to that. There are need of multiple readings to make sure we dont think there are much noise jyst because last reading were when someobe slamed a dor or sneesed or droped someting on the flor.
should have native functionality equivalent to this skill https://github.com/andlo/auto-volume-skill
enabled via config
The text was updated successfully, but these errors were encountered: