arduino-audio-tools
Classes | Namespaces | Macros
CodecLC3.h File Reference

Codec for lc3 using https://github.com/pschatzmann/arduino-liblc3. More...

#include "AudioCodecs/AudioEncoded.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
 

Detailed Description

Codec for lc3 using https://github.com/pschatzmann/arduino-liblc3.

Author
Phil Schatzmann
Version
0.1
Date
2022-04-24