comparison doc/EFR-library-API @ 473:2d46abdfbe91

libgsmefr version 1.1.0 for DHF addition
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 15 May 2024 05:22:02 +0000
parents 9208db14b4b9
children
comparison
equal deleted inserted replaced
472:d80ccb3c3970 473:2d46abdfbe91
203 203
204 If you call EFR_encoder_reset() manually, you can change the DTX enable/disable 204 If you call EFR_encoder_reset() manually, you can change the DTX enable/disable
205 flag from its initial value given to EFR_encoder_create() - the new value of 205 flag from its initial value given to EFR_encoder_create() - the new value of
206 this flag passed to EFR_encoder_reset() always takes effect. There is no 206 this flag passed to EFR_encoder_reset() always takes effect. There is no
207 provision for changing this mode within an encoder session without a full reset. 207 provision for changing this mode within an encoder session without a full reset.
208
209 Public const datum: decoder homing frame
210 ========================================
211
212 While the encoder homing frame is the same for all codecs defined by ETSI and
213 then later 3GPP, each codec has its own unique decoder homing frame (DHF). A
214 public const datum introduced in libgsmefr version 1.1.0 provides the
215 RTP-encoded form of the ETSI-prescribed DHF for EFR:
216
217 extern const uint8_t EFR_decoder_homing_frame[EFR_RTP_FRAME_LEN];