diff gsm_hr.h @ 0:9008dbc8ca74

import original C code from GSM 06.06
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 14 Jun 2024 23:27:16 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gsm_hr.h	Fri Jun 14 23:27:16 2024 +0000
@@ -0,0 +1,15 @@
+#ifndef __GSM_HR
+#define __GSM_HR
+
+#include <stdio.h>
+
+/*_________________________________________________________________________
+ |                                                                         |
+ |                           Function Prototypes                           |
+ |_________________________________________________________________________|
+*/
+
+int    encode(FILE *pfileSpeechIn, FILE *pfileEnc);
+int    decode(FILE *pfileDec, FILE *pfileSpeechOut);
+
+#endif