|
arduino-audio-tools
|
#include "AudioToolsConfig.h"#include "AudioTools/CoreAudio/AudioPWM/PWMDriverESP32.h"#include "AudioTools/CoreAudio/AudioPWM/PWMDriverMBED.h"#include "AudioTools/CoreAudio/AudioPWM/PWMDriverRP2040.h"#include "AudioTools/CoreAudio/AudioPWM/PWMDriverRenesas.h"#include "AudioTools/CoreAudio/AudioPWM/PWMDriverSTM32.h"#include "AudioTools/CoreAudio/AudioPWM/PWMDriverAVR.h"Go to the source code of this file.
Classes | |
| class | PWMAudioOutput |
| Common functionality for PWM output. We generate audio using PWM with a frequency that is above the hearing range. The sample rate is usually quite restricted, so we also automatically decimate the data. Further info see PWMConfig. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |