FreeCalypso > hg > gsm-codec-lib
comparison doc/EFR-library-API @ 130:1c529bb31219
doc/EFR-library-API: explain dtx argument to EFR_encoder_reset()
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 11 Dec 2022 04:11:57 +0000 |
parents | 92fdb499b5c3 |
children | fe5aceaf51e0 |
comparison
equal
deleted
inserted
replaced
129:b722fcb52926 | 130:1c529bb31219 |
---|---|
178 encoder itself when it encounters the ETSI-prescribed encoder homing frame; | 178 encoder itself when it encounters the ETSI-prescribed encoder homing frame; |
179 EFR_decoder_reset() is called internally by EFR_decoder_create() and by the | 179 EFR_decoder_reset() is called internally by EFR_decoder_create() and by the |
180 decoder itself when it encounters the ETSI-prescribed decoder homing frame. | 180 decoder itself when it encounters the ETSI-prescribed decoder homing frame. |
181 Therefore, there is generally no need for libgsmefr users to call these | 181 Therefore, there is generally no need for libgsmefr users to call these |
182 functions directly - but they are made public for the sake of completeness. | 182 functions directly - but they are made public for the sake of completeness. |
183 | |
184 If you call EFR_encoder_reset() manually, you can change the DTX enable/disable | |
185 flag from its initial value given to EFR_encoder_create() - the new value of | |
186 this flag passed to EFR_encoder_reset() always takes effect. There is no | |
187 provision for changing this mode within an encoder session without a full reset. |