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