|
arduino-audio-tools
|
#include "AudioToolsConfig.h"#include "AudioTools/CoreAudio/AudioI2S/I2SConfig.h"#include "driver/i2s_pdm.h"#include "driver/i2s_std.h"#include "driver/i2s_tdm.h"#include "esp_system.h"Go to the source code of this file.
Classes | |
| struct | I2SDriverESP32V1::DriverCommon |
| struct | I2SDriverESP32V1::DriverI2S |
| class | I2SDriverESP32V1 |
| Basic I2S API for the ESP32 (using the new API). https://docs.espressif.com/projects/esp-idf/en/v5.0.1/esp32/api-reference/peripherals/i2s.html#i2s-communication-mode. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Macros | |
| #define | IS_I2S_IMPLEMENTED |
| #define IS_I2S_IMPLEMENTED |