ESPHome 2025.5.0
Loading...
Searching...
No Matches
i2s_audio_microphone.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  esphome
 Providing packet encoding functions for exchanging data with a remote host.
 
namespace  esphome::i2s_audio
 

Enumerations

enum  esphome::i2s_audio::MicrophoneEventGroupBits : uint32_t {
  esphome::i2s_audio::COMMAND_STOP = (1 << 0) , esphome::i2s_audio::TASK_STARTING = (1 << 10) , esphome::i2s_audio::TASK_RUNNING = (1 << 11) , esphome::i2s_audio::TASK_STOPPING = (1 << 12) ,
  esphome::i2s_audio::TASK_STOPPED = (1 << 13) , esphome::i2s_audio::ALL_BITS = 0x00FFFFFF
}