arduino-audio-tools
Loading...
Searching...
No Matches
All.h
Go to the documentation of this file.
1#pragma once
2
3// All codecs, so that we can find any compile errors easily
4// This only works, when you have all codecs installed!
12//#include "AudioTools/AudioCodecs/CodecCodec2.h"
43//#include "AudioTools/AudioCodecs/CodecMP3Mini.h"
WAV Audio Formats used by Microsoft e.g. in AVI video files.
Codec for aptx using https://github.com/pschatzmann/libopenaptx.
FLAC Codec using https://github.com/pschatzmann/arduino-libflac.
GSM Codec using https://github.com/pschatzmann/arduino-libgsm.
Codec for ilbc using https://github.com/pschatzmann/libilbc.
Codec for lc3 using https://github.com/pschatzmann/arduino-liblc3.
SBC Codec using https://github.com/pschatzmann/arduino-libsbc.
A lean and efficient container format which provides Header records with audio info,...