esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
Loading...
Searching...
No Matches
Public Attributes | List of all members
esphome::api::VoiceAudio Struct Reference

A chunk of audio streamed over the API (api: VoiceAssistantAudio). More...

#include <voice_assistant.hpp>

Collaboration diagram for esphome::api::VoiceAudio:
Collaboration graph
[legend]

Public Attributes

std::vector< std::uint8_t > data
 
bool end = false
 

Detailed Description

A chunk of audio streamed over the API (api: VoiceAssistantAudio).

Member Data Documentation

◆ data

std::vector<std::uint8_t> esphome::api::VoiceAudio::data

◆ end

bool esphome::api::VoiceAudio::end = false

The documentation for this struct was generated from the following file: