FreeCalypso > hg > themwi-system-sw
annotate doc/Codec-library-depend @ 261:a375639e4190
smpp-trx-sa: refactor time formatting code
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Wed, 11 Oct 2023 17:34:45 -0800 | 
| parents | 623c64ae6102 | 
| children | 
| rev | line source | 
|---|---|
| 171 
4f1f3f799295
doc/Codec-library-depend: article written
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 1 One important component of Themyscira Wireless system sw, specifically | 
| 
4f1f3f799295
doc/Codec-library-depend: article written
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 2 themwi-mgw, implements speech transcoding between GSM codecs on the inside and | 
| 
4f1f3f799295
doc/Codec-library-depend: article written
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 3 G.711 on the outside. This essential function creates a dependency on some | 
| 
4f1f3f799295
doc/Codec-library-depend: article written
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 4 specialized libraries that implement the codecs which need to be supported. | 
| 
4f1f3f799295
doc/Codec-library-depend: article written
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 5 The following codec libraries are currently required: | 
| 
4f1f3f799295
doc/Codec-library-depend: article written
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 6 | 
| 
4f1f3f799295
doc/Codec-library-depend: article written
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 7 1) libgsm, the original GSM 06.10 implementation from 1990s; | 
| 
4f1f3f799295
doc/Codec-library-depend: article written
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 8 | 
| 175 
623c64ae6102
doc/Codec-library-depend: libgsmefr is here and actively used
 Mychaela Falconia <falcon@freecalypso.org> parents: 
171diff
changeset | 9 2) gsm-codec-lib developed by Mother Mychaela for Themyscira Wireless: | 
| 171 
4f1f3f799295
doc/Codec-library-depend: article written
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 10 | 
| 
4f1f3f799295
doc/Codec-library-depend: article written
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 11 https://www.freecalypso.org/hg/gsm-codec-lib/ | 
| 
4f1f3f799295
doc/Codec-library-depend: article written
 Mychaela Falconia <falcon@freecalypso.org> parents: diff
changeset | 12 | 
| 175 
623c64ae6102
doc/Codec-library-depend: libgsmefr is here and actively used
 Mychaela Falconia <falcon@freecalypso.org> parents: 
171diff
changeset | 13 This gsm-codec-lib collection provides two libraries: libgsmefr and libgsmfrp. | 
| 
623c64ae6102
doc/Codec-library-depend: libgsmefr is here and actively used
 Mychaela Falconia <falcon@freecalypso.org> parents: 
171diff
changeset | 14 Both of these libraries are used by themwi-mgw as mandatory dependencies. | 
