arduino-audio-tools
|
Codec for lc3 using https://github.com/pschatzmann/arduino-liblc3. More...
#include "AudioTools/AudioCodecs/AudioCodecsBase.h"
#include "lc3.h"
Go to the source code of this file.
Classes | |
class | LC3Decoder |
Decoder for LC3. Depends on https://github.com/pschatzmann/arduino-liblc3. More... | |
class | LC3Encoder |
Encoder for LC3 - Depends on https://github.com/pschatzmann/arduino-liblc3. More... | |
Namespaces | |
audio_tools | |
Generic Implementation of sound input and output for desktop environments using portaudio. | |
Macros | |
#define | DEFAULT_BYTE_COUNT 40 |
#define | LC3_DEFAULT_DT_US 7500 |
Codec for lc3 using https://github.com/pschatzmann/arduino-liblc3.