|
arduino-audio-tools
|
#include "AudioTools/CoreAudio/AudioLogger.h"#include "AudioTools/CoreAudio/AudioMetaData/MimeDetector.h"#include "AudioTools/CoreAudio/AudioStreams.h"#include "AudioTools/CoreAudio/AudioTypes.h"#include "AudioTools/CoreAudio/BaseConverter.h"#include "AudioTools/CoreAudio/Buffers.h"#include "AudioToolsConfig.h"Go to the source code of this file.
Classes | |
| class | StreamCopyT< T > |
| Typed Stream Copy which supports the conversion from channel to 2 channels. We make sure that we allways copy full samples. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Macros | |
| #define | NOT_ENOUGH_MEMORY_MSG "Could not allocate enough memory: %d bytes" |
Typedefs | |
| using | StreamCopy = StreamCopyT< uint8_t > |
| We provide the typeless StreamCopy. | |
| #define NOT_ENOUGH_MEMORY_MSG "Could not allocate enough memory: %d bytes" |