|
arduino-audio-tools
|
#include "AudioToolsConfig.h"#include <vector>#include <algorithm>#include <zephyr/kernel.h>#include <zephyr/device.h>#include <zephyr/drivers/adc.h>#include <zephyr/drivers/dac.h>#include "AudioTools/CoreAudio/AudioAnalog/AnalogDriverBase.h"#include "AudioTools/CoreAudio/AudioTimer/AudioTimer.h"#include "AudioTools/CoreAudio/Buffers.h"Go to the source code of this file.
Classes | |
| class | AnalogDriverZephyr |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |