FreeCalypso > hg > gsmhr-codec-ref
view homing.h @ 3:a6db7d8d6df4
change compile-time quiet control to runtime,
and suppress all noisy output
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 15 Jun 2024 00:09:40 +0000 |
parents | 9008dbc8ca74 |
children |
line wrap: on
line source
#ifndef __HOMING #define __HOMING #include "typedefs.h" #define EHF_MASK 0x0008 /* Encoder Homing Frame pattern */ /*_________________________________________________________________________ | | | Function Prototypes | |_________________________________________________________________________| */ int decoderHomingFrameTest(Shortword pswSpeechPara[], int iLastPara); void decoderReset(void); int encoderHomingFrameTest(Shortword pswSpeech[]); void encoderReset(void); void resetDec(void); void resetEnc(void); void dtxResetTx(void); void dtxResetRx(void); #endif