|
arduino-audio-tools
|
#include "AudioToolsConfig.h"#include "AudioTools/CoreAudio/AudioI2S/I2SConfig.h"#include "AudioTools/CoreAudio/AudioI2S/I2SDriverESP32.h"#include "AudioTools/CoreAudio/AudioI2S/I2SDriverESP32V1.h"#include "AudioTools/CoreAudio/AudioI2S/I2SDriverESP8266.h"#include "AudioTools/CoreAudio/AudioI2S/I2SDriverZephyr.h"#include "AudioTools/CoreAudio/AudioI2S/I2SDriverNanoSenseBLE.h"#include "AudioTools/CoreAudio/AudioI2S/I2SDriverRP2040-MBED.h"#include "AudioTools/CoreAudio/AudioI2S/I2SDriverRP2040.h"#include "AudioTools/CoreAudio/AudioI2S/I2SDriverSAMD.h"#include "AudioTools/CoreAudio/AudioI2S/I2SDriverSTM32.h"#include "AudioTools/CoreAudio/AudioStreams.h"#include "AudioTools/CoreAudio/AudioTypes.h"Go to the source code of this file.
Classes | |
| class | I2SStream |
| We support the Stream interface for the I2S access. In addition we allow a separate mute pin which might also be used to drive a LED... More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Macros | |
| #define | SOFT_MUTE_VALUE 0 |
| #define SOFT_MUTE_VALUE 0 |