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
#ESPHome voice_assistant settings not used
1 messages · Page 1 of 1 (latest)
I believe that they do stuff on the device itself? might be better off asking on the ESPHome discord though
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.
At least for Wyoming satellite, it does nothing. No messages from HA on changing those - so no ability to adjust anything on satellite side.
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