arduino-audio-tools
|
Audio Player. More...
Classes | |
class | AudioPlayer |
Implements a simple audio player which supports the following commands: More... | |
class | AudioSource |
Abstract Audio Data Source for the AudioPlayer which is used by the Audio Players. More... | |
class | AudioSourceCallback |
Callback Audio Data Source which is used by the Audio Players. More... | |
class | AudioSourceIdxSD |
ESP32 AudioSource for AudioPlayer using an SD card as data source. This class is based on the Arduino SD implementation Connect the SD card to the following pins: More... | |
class | AudioSourceIdxSDFAT |
ESP32 AudioSource for AudioPlayer using an SD card as data source. This class is based on the Arduino SD implementation Connect the SD card to the following pins: More... | |
class | AudioSourceIdxSDMMC |
ESP32 AudioSource for AudioPlayer using an SD card as data source. This class is based on the Arduino SD_MMC implementation Connect the SD card to the following pins: More... | |
class | AudioSourceLittleFS |
ESP32 AudioSource for AudioPlayer using an the LittleFS file system. More... | |
class | AudioSourceSD |
ESP32 AudioSource for AudioPlayer using an SD card as data source. This class is based on the Arduino SD implementation Connect the SD card to the following pins: More... | |
class | AudioSourceSDFAT |
ESP32 AudioSource for AudioPlayer using an SD card as data source. This class is based on the Arduino SD implementation Connect the SD card to the following pins: More... | |
class | AudioSourceSDMMC |
ESP32 AudioSource for AudioPlayer using an SD card as data source. This class is based on the Arduino SD_MMC implementation Connect the SD card to the following pins: More... | |
class | AudioSourceSPIFFS |
ESP32 AudioSource for AudioPlayer using an the SPIFFS file system. More... | |
class | AudioSourceURL |
Audio Source which provides the data via the network from an URL. More... | |
Audio Player.