#ESPHome voice_assistant settings not used

1 messages · Page 1 of 1 (latest)

hushed tide
#

Do the ESPHome voice_assistant settings for noise_suppression_level auto_gain volume_multiplier do anything anymore? they appear to be just discarded on the homeassistant side in handle_pipeline_start https://github.com/home-assistant/core/blob/59d8df142db4142d3e2407018b970ef57defeffc/homeassistant/components/esphome/assist_satellite.py#L434

GitHub

:house_with_garden: Open source home automation that puts local control and privacy first. - home-assistant/core

hoary bronze
hushed tide
#

Looking at the esphome code it looks like they just hold those settings and send them along to home assistant for it to run the processing, only it appears it does not as they are never passed on.

somber umbra
hushed tide
#

there is an implementation of the matching audio enchancement in the assist_pipeline component, but as far as I can tell it is never triggered from at least esphome because the settings are not passed along by the esphome component, even though the device is sending them over