|
arduino-audio-tools
|
#include "AudioToolsConfig.h"#include "AudioTools/CoreAudio/AudioPWM/PWMDriverBase.h"#include "AudioTools/CoreAudio/AudioTimer/AudioTimerAVR.h"Go to the source code of this file.
Classes | |
| class | PWMDriverAVR |
| Experimental: Audio output to PWM pins for the AVR. The AVR supports only up to 2 channels. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Typedefs | |
| using | PWMDriver = PWMDriverAVR |
| Platform-specific PWM driver alias for AVR. | |
Functions | |
| void | defaultPWMAudioOutputCallback () |
| ISR (TIMER1_COMPA_vect) | |
| timer callback: write the next frame to the pins | |
Variables | |
| static PWMDriverAVR * | accessAudioPWM = nullptr |