From 20a671d76854520ad9d5ea9d481e008240465e62 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Mon, 11 May 2009 11:07:58 +0200 Subject: Added GSM network support. This turns LCR into a GSM mobile switching center. More infos will follow. --- gsm_audio.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gsm_audio.h (limited to 'gsm_audio.h') diff --git a/gsm_audio.h b/gsm_audio.h new file mode 100644 index 0000000..04a6d77 --- /dev/null +++ b/gsm_audio.h @@ -0,0 +1,6 @@ + +void *gsm_audio_create(void); +void gsm_audio_destroy(void *arg); +int gsm_audio_decode(void *arg, unsigned char *frame, signed short *samples); +void gsm_audio_encode(void *arg, signed short *samples, unsigned char *frame); + -- cgit v1.2.3-55-g7522