view sp_enc.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 __SP_ENC
#define __SP_ENC

#include "typedefs.h"

/*_________________________________________________________________________
 |                                                                         |
 |                           Function Prototypes                           |
 |_________________________________________________________________________|
*/

void   speechEncoder(Shortword pswSpeechIn[], Shortword pswFrmCodes[]);

#endif