FreeCalypso > hg > gsm-codec-lib
comparison doc/FR1-Rx-DTX @ 159:aa4cdab30dc8
doc/FR1-Rx-DTX: typo fix
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Thu, 15 Dec 2022 02:54:31 +0000 |
| parents | 22601ae99434 |
| children | fcc0887ff0d0 |
comparison
equal
deleted
inserted
replaced
| 158:1e8569000049 | 159:aa4cdab30dc8 |
|---|---|
| 134 | 134 |
| 135 extern void gsmfr_preproc_reset(struct gsmfr_preproc_state *state); | 135 extern void gsmfr_preproc_reset(struct gsmfr_preproc_state *state); |
| 136 | 136 |
| 137 This function resets the preprocessor state to what it is right out of | 137 This function resets the preprocessor state to what it is right out of |
| 138 gsmfr_preproc_create(), which is naturally just a combination of malloc() and | 138 gsmfr_preproc_create(), which is naturally just a combination of malloc() and |
| 139 gsmfr_proproc_reset(). Given that our Rx DTX handler state is much simpler | 139 gsmfr_preproc_reset(). Given that our Rx DTX handler state is much simpler |
| 140 than, for example, EFR codec state, there does not seem to be any need for | 140 than, for example, EFR codec state, there does not seem to be any need for |
| 141 explicit resets, but the reset function is made public for the sake of | 141 explicit resets, but the reset function is made public for the sake of |
| 142 completeness. | 142 completeness. |
| 143 | 143 |
| 144 extern int gsmfr_preproc_sid_classify(const gsm_byte *frame); | 144 extern int gsmfr_preproc_sid_classify(const gsm_byte *frame); |
