|
arduino-audio-tools
|
#include <new>#include "AudioTools/AudioCodecs/AudioCodecsBase.h"#include "AudioTools/CoreAudio/AudioBasic/StrView.h"#include "AudioTools/CoreAudio/AudioMetaData/MimeDetector.h"#include "AudioTools/CoreAudio/AudioOutput.h"#include "AudioTools/CoreAudio/BaseStream.h"Go to the source code of this file.
Classes | |
| class | DecoderAdapter |
| Adapter class which allows the AudioDecoder API on a StreamingDecoder. More... | |
| struct | MultiStreamingDecoder::DecoderInfo |
| Information about a registered decoder. More... | |
| class | MultiStreamingDecoder |
| Manage multiple StreamingDecoders with automatic format detection. More... | |
| class | StreamingDecoder |
| A Streaming Decoder where we provide both the input and output as streams. More... | |
| class | StreamingDecoderAdapter |
| Converts any AudioDecoder to a StreamingDecoder. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Typedefs | |
| using | DecoderFromStreaming = DecoderAdapter |
| Type alias for DecoderAdapter. | |