|
arduino-audio-tools
|
SBC Codec using https://github.com/pschatzmann/arduino-libsbc. More...
#include "AudioTools/AudioCodecs/AudioCodecsBase.h"#include "sbc.h"#include "sbc/formats.h"Go to the source code of this file.
Classes | |
| class | SBCDecoder |
| Decoder for SBC. Depends on https://github.com/pschatzmann/arduino-libsbc. Inspired by sbcdec.c. More... | |
| class | SBCEncoder |
| Encoder for SBC - Depends on https://github.com/pschatzmann/arduino-libsbc. Inspired by sbcenc.c. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |