|
arduino-audio-tools
|
#include "AudioToolsConfig.h"#include "AudioTools/CoreAudio/AudioI2S/I2SConfig.h"#include "AudioTools/CoreAudio/AudioBasic/int24_t.h"#include "AudioTools/CoreAudio/AudioI2S/I2SDriverBase.h"#include "driver/i2s.h"#include "esp_system.h"Go to the source code of this file.
Classes | |
| class | I2SDriverESP32 |
| Basic I2S API - for the ESP32. If we receive 1 channel, we expand the result to 2 channels. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Macros | |
| #define | I2S_MCLK_MULTIPLE_DEFAULT ((i2s_mclk_multiple_t)0) |
| #define | IS_I2S_IMPLEMENTED |
Typedefs | |
| using | I2SDriver = I2SDriverESP32 |
| #define I2S_MCLK_MULTIPLE_DEFAULT ((i2s_mclk_multiple_t)0) |
| #define IS_I2S_IMPLEMENTED |