ESPHome  2024.4.1
Data Structures | Enumerations | Variables
esphome::micro_wake_word Namespace Reference

Data Structures

class  IsRunningCondition
 
class  MicroWakeWord
 
class  StartAction
 
class  StopAction
 

Enumerations

enum  State {
  IDLE, START_MICROPHONE, STARTING_MICROPHONE, DETECTING_WAKE_WORD,
  STOP_MICROPHONE, STOPPING_MICROPHONE
}
 

Variables

const unsigned char G_AUDIO_PREPROCESSOR_INT8_TFLITE []
 

Enumeration Type Documentation

◆ State

Enumerator
IDLE 
START_MICROPHONE 
STARTING_MICROPHONE 
DETECTING_WAKE_WORD 
STOP_MICROPHONE 
STOPPING_MICROPHONE 

Definition at line 55 of file micro_wake_word.h.

Variable Documentation

◆ G_AUDIO_PREPROCESSOR_INT8_TFLITE

const unsigned char esphome::micro_wake_word::G_AUDIO_PREPROCESSOR_INT8_TFLITE[]

Definition at line 26 of file audio_preprocessor_int8_model_data.h.