|
arduino-audio-tools
|
#include "AudioToolsConfig.h"#include "AudioTools/CoreAudio/AudioLogger.h"#include "AudioTools/CoreAudio/Buffers.h"Go to the source code of this file.
Classes | |
| class | BufferRP2040T< T > |
| Buffer implementation which is based on a RP2040 queue. This class is intended to be used to exchange data between the 2 different cores. Multi-core and IRQ safe queue implementation! More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Typedefs | |
| using | BufferRP2040 = BufferRP2040T< uint8_t > |
| RP2040 specific buffer for audio data. | |