mirror of
https://github.com/esphome/esphome.git
synced 2026-09-22 04:28:43 +00:00
[api][voice_assistant] Add second audio channel for voice_assistant (#16265)
Co-authored-by: Kevin Ahrendt <kevin.ahrendt@openhomefoundation.org> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
co-authored by
Kevin Ahrendt
Jesse Hills
parent
65b53692bd
commit
f94735dc62
@@ -2174,6 +2174,7 @@ const char *VoiceAssistantAudio::dump_to(DumpBuffer &out) const {
|
||||
MessageDumpHelper helper(out, ESPHOME_PSTR("VoiceAssistantAudio"));
|
||||
dump_bytes_field(out, ESPHOME_PSTR("data"), this->data, this->data_len);
|
||||
dump_field(out, ESPHOME_PSTR("end"), this->end);
|
||||
dump_bytes_field(out, ESPHOME_PSTR("data2"), this->data2, this->data2_len);
|
||||
return out.c_str();
|
||||
}
|
||||
const char *VoiceAssistantTimerEventResponse::dump_to(DumpBuffer &out) const {
|
||||
|
||||
Reference in New Issue
Block a user