esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
Loading...
Searching...
No Matches
Classes | Namespaces
voice_assistant.hpp File Reference

Voice Assistant subsystem. More...

#include <esphome/api/bytes.hpp>
#include <esphome/api/model/enums.hpp>
#include <esphome/api/subsystems/subsystem.hpp>
#include <cstdint>
#include <functional>
#include <string>
#include <utility>
#include <vector>
Include dependency graph for voice_assistant.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  esphome::api::VoiceAudioSettings
 Audio capture/processing settings the device requests for a pipeline run (api: VoiceAssistantRequest.audio_settings). More...
 
struct  esphome::api::VoiceRequest
 The device asking the client to start or stop a voice pipeline (api: VoiceAssistantRequest). More...
 
struct  esphome::api::VoiceEvent
 A pipeline event emitted by the device (api: VoiceAssistantEventResponse). More...
 
struct  esphome::api::VoiceAudio
 A chunk of audio streamed over the API (api: VoiceAssistantAudio). More...
 
struct  esphome::api::VoiceTimerEvent
 A timer event surfaced by the device (api: VoiceAssistantTimerEventResponse). More...
 
struct  esphome::api::VoiceWakeWord
 A wake word the device can be configured to listen for (api: VoiceAssistantWakeWord). More...
 
struct  esphome::api::VoiceConfiguration
 The device's voice-assistant configuration (api: VoiceAssistantConfigurationResponse). More...
 
class  esphome::api::VoiceAssistant
 Drives the device's voice-assistant pipeline: subscribing to start/stop requests, relaying events and audio, announcing media, and managing the wake-word configuration. More...
 

Namespaces

namespace  esphome
 
namespace  esphome::api
 

Detailed Description

Voice Assistant subsystem.