FreeCalypso > hg > gsmhr-codec-ref
view gsm_hr.h @ 4:a2529fec5442
add README
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 21 Jul 2024 22:40:24 +0000 |
parents | 9008dbc8ca74 |
children |
line wrap: on
line source
#ifndef __GSM_HR #define __GSM_HR #include <stdio.h> /*_________________________________________________________________________ | | | Function Prototypes | |_________________________________________________________________________| */ int encode(FILE *pfileSpeechIn, FILE *pfileEnc); int decode(FILE *pfileDec, FILE *pfileSpeechOut); #endif