|
arduino-audio-tools
|
#include "AudioTools/AudioCodecs/AudioCodecsBase.h"#include "AudioTools/AudioCodecs/CodecAACHelix.h"#include "AudioTools/AudioCodecs/CodecMP3Helix.h"#include "AudioTools/AudioCodecs/CodecWAV.h"#include "AudioTools/AudioCodecs/MultiDecoder.h"Go to the source code of this file.
Classes | |
| class | DecoderHelix |
| MP3 and AAC Decoder using libhelix: https://github.com/pschatzmann/arduino-libhelix. We dynamically create a MP3 or AAC decoder dependent on the provided audio format. In addition WAV files are also supported. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |