ESPHome  2025.2.0
Data Structures | Namespaces | Enumerations
audio_decoder.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::audio::AudioDecoder
 

Namespaces

 esphome
 Implementation of SPI Controller mode.
 
 esphome::audio
 

Enumerations

enum  esphome::audio::AudioDecoderState : uint8_t { esphome::audio::AudioDecoderState::DECODING = 0, esphome::audio::AudioDecoderState::FINISHED, esphome::audio::AudioDecoderState::FAILED }
 
enum  esphome::audio::FileDecoderState : uint8_t {
  esphome::audio::FileDecoderState::MORE_TO_PROCESS, esphome::audio::FileDecoderState::IDLE, esphome::audio::FileDecoderState::POTENTIALLY_FAILED, esphome::audio::FileDecoderState::FAILED,
  esphome::audio::FileDecoderState::END_OF_FILE
}