|
arduino-audio-tools
|
#include <SPI.h>#include <SdFat.h>#include "AudioLogger.h"#include "AudioTools/Disk/AudioSource.h"#include "AudioToolsConfig.h"#include "AudioTools/Disk/SDDirect.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 | SPI_CLOCK SD_SCK_MHZ(50) |
| #define | USE_SDFAT |
| #define SPI_CLOCK SD_SCK_MHZ(50) |
| #define USE_SDFAT |