arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
AudioEncoded.h File Reference
#include "AudioCodecsBase.h"
#include "AudioToolsConfig.h"
#include "AudioTools/CoreAudio/AudioLogger.h"
#include "AudioTools/CoreAudio/AudioIO.h"
#include "AudioTools/CoreAudio/AudioOutput.h"
#include "AudioTools/CoreAudio/AudioStreams.h"
#include "AudioTools/CoreAudio/AudioTypes.h"

Go to the source code of this file.

Classes

class  AudioWriterToAudioOutput
 Adapter class which lets an AudioWriter behave like a Print. More...
 
class  ContainerTarget
 ContainerTarget: forwards requests to both the output and the encoder/decoder and sets up the output chain for Containers. We also manage the proper sequence of the output classes. More...
 
class  ContainerTargetPrint
 
class  EncodedAudioOutput
 A more natural Print class to process encoded data (aac, wav, mp3...). Just define the output and the decoder and write the encoded data. More...
 
class  EncodedAudioStream
 A more natural Stream class to process encoded data (aac, wav, mp3...) which also supports the decoding by calling readBytes(). More...
 

Namespaces

namespace  audio_tools
 Generic Implementation of sound input and output for desktop environments using portaudio.
 

Typedefs

using EncodedAudioPrint = EncodedAudioOutput
 Legacy alias for EncodedAudioOutput.