comparison libgsmfrp/gsm_fr_preproc.h @ 2:2b5770c715ee

libgsmfrp: compiling utility functions
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 19 Nov 2022 07:21:26 +0000
parents 6780b23654bd
children
comparison
equal deleted inserted replaced
1:6780b23654bd 2:2b5770c715ee
22 gsm_byte *frame); 22 gsm_byte *frame);
23 extern void gsmfr_preproc_bfi(struct gsmfr_preproc_state *state, int taf, 23 extern void gsmfr_preproc_bfi(struct gsmfr_preproc_state *state, int taf,
24 gsm_byte *frame_out); 24 gsm_byte *frame_out);
25 25
26 /* utility function */ 26 /* utility function */
27 extern int gsmfr_preproc_sid_classify(const gsm_frame *frame); 27 extern int gsmfr_preproc_sid_classify(const gsm_byte *frame);
28 28
29 /* utility datum */ 29 /* utility datum */
30 extern const gsm_frame gsmfr_preproc_silence_frame; 30 extern const gsm_frame gsmfr_preproc_silence_frame;
31 31
32 #endif /* include guard */ 32 #endif /* include guard */