FreeCalypso > hg > gsm-codec-lib
comparison README @ 0:b45bb0f9bdfc
README: indicate purpose and scope of this repository
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 19 Nov 2022 02:25:18 +0000 |
parents | |
children | 1b8cb3490d48 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b45bb0f9bdfc |
---|---|
1 The present source repository is intended to be a collection of C libraries | |
2 (each at least conceptually independent and free-standing) providing | |
3 functionality in a spirit similar to the venerable libgsm (GSM 06.10 | |
4 implementation) from 1990s. The following libraries are currently envisioned: | |
5 | |
6 libgsmfrp A preprocessor to be invoked prior to gsm_decode() from classic | |
7 libgsm, implementing GSM 06.11, 06.12 and 06.31 functionality | |
8 in the Rx direction. | |
9 | |
10 libgsmefr An implementation of EFR codec in the same spirit as classic | |
11 libgsm, i.e., like libgsm, but for EFR instead of 06.10. It | |
12 will be based on the reference code from ETSI. | |
13 | |
14 libgsmamr A similar deal for AMR, only a fuzzy idea currently. |