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::VoiceAudioSettings Struct Reference

Audio capture/processing settings the device requests for a pipeline run (api: VoiceAssistantRequest.audio_settings). More...

#include <voice_assistant.hpp>

Public Attributes

std::uint32_t noise_suppression_level = 0
 
std::uint32_t auto_gain = 0
 
float volume_multiplier = 0.0F
 

Detailed Description

Audio capture/processing settings the device requests for a pipeline run (api: VoiceAssistantRequest.audio_settings).

Member Data Documentation

◆ auto_gain

std::uint32_t esphome::api::VoiceAudioSettings::auto_gain = 0

◆ noise_suppression_level

std::uint32_t esphome::api::VoiceAudioSettings::noise_suppression_level = 0

◆ volume_multiplier

float esphome::api::VoiceAudioSettings::volume_multiplier = 0.0F

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