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

Go to the source code of this file.

Data Structures

struct  esphome::i2s_audio::TaskEvent
 
struct  esphome::i2s_audio::DataEvent
 
class  esphome::i2s_audio::I2SAudioSpeaker
 

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::i2s_audio
 

Enumerations

enum  esphome::i2s_audio::TaskEventType : uint8_t {
  esphome::i2s_audio::TaskEventType::STARTING = 0, esphome::i2s_audio::TaskEventType::STARTED, esphome::i2s_audio::TaskEventType::PLAYING, esphome::i2s_audio::TaskEventType::STOPPING,
  esphome::i2s_audio::TaskEventType::STOPPED, esphome::i2s_audio::TaskEventType::WARNING = 255
}