ESPHome  2024.4.2
Data Structures | Namespaces | Enumerations
micro_wake_word.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::micro_wake_word::MicroWakeWord
 
class  esphome::micro_wake_word::StartAction< Ts >
 
class  esphome::micro_wake_word::StopAction< Ts >
 
class  esphome::micro_wake_word::IsRunningCondition< Ts >
 

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 esphome::micro_wake_word
 

Enumerations

enum  esphome::micro_wake_word::State {
  esphome::micro_wake_word::IDLE, esphome::micro_wake_word::START_MICROPHONE, esphome::micro_wake_word::STARTING_MICROPHONE, esphome::micro_wake_word::DETECTING_WAKE_WORD,
  esphome::micro_wake_word::STOP_MICROPHONE, esphome::micro_wake_word::STOPPING_MICROPHONE
}