|
arduino-audio-tools
|
Outputs to ESP32 DAC through the ULP, freeing I2S for other uses. More...
#include "AudioLogger.h"#include "AudioTools/CoreAudio/AudioTypes.h"#include "AudioTools/CoreAudio/AudioOutput.h"#include <driver/dac.h>#include <driver/rtc_io.h>#include <esp32/ulp.h>#include <math.h>#include <soc/rtc.h>#include "soc/rtc_io_reg.h"Go to the source code of this file.
Classes | |
| class | AudioESP32ULP |
| Outputs to ESP32 DAC through the ULP (Ultra> Low Power coprocessor), freeing I2S for other uses. Connect left channel on pin 25 Connect right channel on pin 26. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Enumerations | |
| enum | UlpDac { ULP_DAC1 = 1 , ULP_DAC2 = 2 } |
Outputs to ESP32 DAC through the ULP, freeing I2S for other uses.