|
arduino-audio-tools
|
#include "AudioLogger.h"#include "AudioTools/Disk/AudioSource.h"#include "AudioTools/CoreAudio/AudioBasic/Str.h"#include <SPI.h>#include <SdFat.h>Go to the source code of this file.
Classes | |
| class | AudioSourceSDFAT< AudioFs, AudioFile > |
| 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... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Macros | |
| #define | MAX_FILE_LEN 256 |
| #define | SD_FAT_TYPE 1 |
| #define | SPI_CLOCK SD_SCK_MHZ(50) |
Typedefs | |
| typedef sdfat::SdFs | AudioFs |
| typedef sdfat::SdSpiConfig | SdSpiConfig |
| #define MAX_FILE_LEN 256 |
| #define SD_FAT_TYPE 1 |
| #define SPI_CLOCK SD_SCK_MHZ(50) |