FreeCalypso > hg > gsm-codec-lib
diff libgsmfr2/tw_gsmfr.h @ 525:c95e89367321
libgsmfr2: add gsmfr_preproc_good_frame_hm()
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Thu, 19 Sep 2024 06:42:01 +0000 |
| parents | bebae251e5ee |
| children | 405a84110997 |
line wrap: on
line diff
--- a/libgsmfr2/tw_gsmfr.h Thu Sep 19 05:02:45 2024 +0000 +++ b/libgsmfr2/tw_gsmfr.h Thu Sep 19 06:42:01 2024 +0000 @@ -84,6 +84,8 @@ /* main processing functions */ void gsmfr_preproc_good_frame(struct gsmfr_preproc_state *state, uint8_t *frame); +void gsmfr_preproc_good_frame_hm(struct gsmfr_preproc_state *state, + uint8_t *frame); void gsmfr_preproc_bfi(struct gsmfr_preproc_state *state, int taf, uint8_t *frame_out);
