arduino-audio-tools
Classes

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  AudioSourceDynamicURL
 Audio Source which provides the data via the network from an URL. The URLs are stored in an Vector of dynamically allocated strings. 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 For UTF8 Support change SdFatConfig.h #define USE_UTF8_LONG_NAMES 1. 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. For UTF8 Support change SdFatConfig.h #define USE_UTF8_LONG_NAMES 1. 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  AudioSourceSTD
 AudioSource using the standard C++ api. More...
 
class  AudioSourceURL
 Audio Source which provides the data via the network from an URL. More...
 

Detailed Description

Audio Player.