FreeCalypso > hg > themwi-system-sw
view doc/Codec-library-depend @ 175:623c64ae6102
doc/Codec-library-depend: libgsmefr is here and actively used
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 10 Jan 2023 18:05:55 -0800 |
parents | 4f1f3f799295 |
children |
line wrap: on
line source
One important component of Themyscira Wireless system sw, specifically themwi-mgw, implements speech transcoding between GSM codecs on the inside and G.711 on the outside. This essential function creates a dependency on some specialized libraries that implement the codecs which need to be supported. The following codec libraries are currently required: 1) libgsm, the original GSM 06.10 implementation from 1990s; 2) gsm-codec-lib developed by Mother Mychaela for Themyscira Wireless: https://www.freecalypso.org/hg/gsm-codec-lib/ This gsm-codec-lib collection provides two libraries: libgsmefr and libgsmfrp. Both of these libraries are used by themwi-mgw as mandatory dependencies.