|
arduino-audio-tools
|
#include "AudioToolsConfig.h"#include "AudioLogger.h"#include "AudioTools/CoreAudio/AudioBasic/Collections/Vector.h"#include "AudioTools/CoreAudio/AudioTypes.h"#include "AudioTools/CoreAudio/BaseStream.h"#include "AudioTools/CoreAudio/AudioOutput.h"Go to the source code of this file.
Classes | |
| class | AudioDecoder |
| Decoding of encoded audio into PCM data. More... | |
| class | AudioDecoderExt |
| class | AudioEncoder |
| Encoding of PCM data. More... | |
| class | AudioEncoderExt |
| class | CodecNOP |
| Dummy no implmentation Codec. This is used so that we can initialize some pointers to decoders and encoders to make sure that they do not point to null. More... | |
| class | ContainerDecoder |
| Parent class for all container formats. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |