|
arduino-audio-tools
|
#include "AudioToolsConfig.h"#include "AudioTools/CoreAudio/AudioAnalog/AnalogDriverBase.h"#include "driver/i2s.h"#include "driver/adc.h"#include "soc/dac_channel.h"#include "soc/adc_channel.h"#include "soc/rtc.h"#include "AudioTools/CoreAudio/AudioStreams.h"Go to the source code of this file.
Classes | |
| class | AnalogDriverESP32 |
| Please use AnalogAudioStream: A very fast ADC and DAC using the ESP32 I2S interface. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Functions | |
| static uint16_t | convert8DAC (int64_t value, int value_bits_per_sample) |