arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces | Variables
CodecAACFDK.h File Reference
#include "AudioTools/AudioCodecs/AudioCodecsBase.h"
#include "AACDecoderFDK.h"
#include "AACEncoderFDK.h"

Go to the source code of this file.

Classes

class  AACDecoderFDK
 Audio Decoder which decodes AAC into a PCM stream This is basically just a wrapper using https://github.com/pschatzmann/arduino-fdk-aac which uses AudioInfo and provides the handlig of AudioInfo changes. More...
 
class  AACEncoderFDK
 Encodes PCM data to the AAC format and writes the result to a stream This is basically just a wrapper using https://github.com/pschatzmann/arduino-fdk-aac. More...
 

Namespaces

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

Variables

AudioInfoSupportaudioChangeFDK = nullptr