FreeCalypso > hg > gsmhr-codec-ref
view sp_enc.h @ 6:9cbb19619a9f default tip
README: punctuation fix
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 20 Aug 2024 19:00:23 +0000 |
parents | 9008dbc8ca74 |
children |
line wrap: on
line source
#ifndef __SP_ENC #define __SP_ENC #include "typedefs.h" /*_________________________________________________________________________ | | | Function Prototypes | |_________________________________________________________________________| */ void speechEncoder(Shortword pswSpeechIn[], Shortword pswFrmCodes[]); #endif