arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces
CodecALAC.h File Reference
#include "ALAC.h"
#include "AudioTools/AudioCodecs/AudioCodecsBase.h"

Go to the source code of this file.

Classes

class  ALACBinaryConfig
 Magic Cookie. More...
 
class  DecoderALAC
 ALAC (Apple Lossless Audio Codec) decoder. This class depends on https://github.com/pschatzmann/codec-alac. This implementaion is based on https://github.com/macosforge/alac. More...
 
class  EncoderALAC
 ALAC (Apple Lossless Audio Codec) encoder. This class is responsible for encoding audio data into ALAC format. The implementaion is based on https://github.com/macosforge/alac. More...
 

Namespaces

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