arduino-audio-tools
Classes | Namespaces
CodecGSM.h File Reference

GSM Codec using https://github.com/pschatzmann/arduino-libgsm. More...

#include "AudioCodecs/AudioEncoded.h"
#include "gsm.h"

Go to the source code of this file.

Classes

class  GSMDecoder
 Decoder for GSM. Depends on https://github.com/pschatzmann/arduino-libgsm. Inspired by gsmdec.c. More...
 
class  GSMEncoder
 Encoder for GSM - Depends on https://github.com/pschatzmann/arduino-libgsm. Inspired by gsmenc.c. More...
 

Namespaces

 audio_tools
 Generic Implementation of sound input and output for desktop environments using portaudio.
 

Detailed Description

GSM Codec using https://github.com/pschatzmann/arduino-libgsm.

Author
Phil Schatzmann
Version
0.1
Date
2022-04-24