FreeCalypso > hg > gsmhr-codec-ref
comparison sp_enc.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 __SP_ENC | |
2 #define __SP_ENC | |
3 | |
4 #include "typedefs.h" | |
5 | |
6 /*_________________________________________________________________________ | |
7 | | | |
8 | Function Prototypes | | |
9 |_________________________________________________________________________| | |
10 */ | |
11 | |
12 void speechEncoder(Shortword pswSpeechIn[], Shortword pswFrmCodes[]); | |
13 | |
14 #endif |