FreeCalypso > hg > gsm-codec-lib
comparison doc/EFR-library-history @ 543:53d3f48af107
libgsmefr is now at version 1.2.0
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sun, 29 Sep 2024 02:41:28 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 542:f2d0f2f15d5f | 543:53d3f48af107 |
|---|---|
| 1 libgsmefr change history: version 1.1.0 to version 1.2.0 | |
| 2 ======================================================== | |
| 3 | |
| 4 * New convenience wrapper function EFR_decode_rtp(): takes RTP input (payload | |
| 5 bytes and length), encapsulates the logic of TW-TS-001 for both basic and | |
| 6 extended RTP formats, calls EFR_decode_frame() or EFR_decode_bfi_nodata() | |
| 7 as appropriate. | |
| 8 | |
| 9 * Sizes of internal state structures are exported as public const "variables" | |
| 10 (const memory words really), allowing alternative methods of allocating memory | |
| 11 for these structs besides the standard malloc-calling EFR_encoder_create() | |
| 12 and EFR_decoder_create() functions. | |
| 13 | |
| 14 libgsmefr change history: version 1.0.0 to version 1.1.0 | |
| 15 ======================================================== | |
| 16 | |
| 17 * Performance improvement of approximately 2x; | |
| 18 | |
| 19 * A small addition to the public API: the RTP-encoded form of the standard EFR | |
| 20 DHF is now provided as a const datum. |
