comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:9008dbc8ca74
1 #ifndef __GSM_HR
2 #define __GSM_HR
3
4 #include <stdio.h>
5
6 /*_________________________________________________________________________
7 | |
8 | Function Prototypes |
9 |_________________________________________________________________________|
10 */
11
12 int encode(FILE *pfileSpeechIn, FILE *pfileEnc);
13 int decode(FILE *pfileDec, FILE *pfileSpeechOut);
14
15 #endif