esphome / firmware

Holds firmware configuration files for projects that the ESPHome team provides.
https://esphome.io/projects
Apache License 2.0
130 stars 94 forks source link

Stop media player before starting voice assistant in m5stack-atom-echo #55

Closed Nardol closed 8 months ago

Nardol commented 8 months ago

Stop playing any media before starting listening. When long-pressing the button while a command result is playing, STT fails because of the noise from the internal speaker at the same time we talk. If nothing is playing, voice_assistant starts directly.

jesserockz commented 8 months ago

Thanks