ESPHome
2026.6.0-dev
Loading...
Searching...
No Matches
esphome
components
audio_adc
audio_adc.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
esphome/core/defines.h
"
4
#include "
esphome/core/hal.h
"
5
6
namespace
esphome::audio_adc
{
7
8
class
AudioAdc
{
9
public
:
10
virtual
bool
set_mic_gain
(
float
mic_gain
) = 0;
11
12
virtual
float
mic_gain
() = 0;
13
};
14
15
}
// namespace esphome::audio_adc
esphome::audio_adc::AudioAdc
Definition
audio_adc.h:8
esphome::audio_adc::AudioAdc::set_mic_gain
virtual bool set_mic_gain(float mic_gain)=0
esphome::audio_adc::AudioAdc::mic_gain
virtual float mic_gain()=0
hal.h
defines.h
esphome::audio_adc
Definition
audio_adc.h:6
Generated by
1.12.0