|
arduino-audio-tools
|
#include "AudioToolsConfig.h"#include "AudioTools/CoreAudio/AudioBasic/Collections.h"#include "AudioTools.h"#include "AudioTools/CoreAudio/AudioLogger.h"#include "AudioTools/CoreAudio/AudioOutput.h"#include "AudioTools/CoreAudio/AudioTypes.h"Go to the source code of this file.
Classes | |
| class | DriverPWMBase |
| Base Class for all PWM drivers. More... | |
| struct | PWMConfig |
| Configuration data for PWM audio output. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Macros | |
| #define | READ_ERROR_MSG "Could not read full data" |
Typedefs | |
| typedef bool(* | PWMCallbackType) (uint8_t channels, int16_t *data) |
Functions | |
| void | defaultPWMAudioOutputCallback () |
| #define READ_ERROR_MSG "Could not read full data" |