FreeCalypso > hg > themwi-system-sw
annotate doc/Codec-library-depend @ 199:e6c7ced3c031
mgw: accept zero-length RTP payload as BFI
Mainline OsmoBTS now has an option (rtp continuous-streaming)
that causes it to emit an RTP packet every 20 ms without gaps,
sending a BFI marker in the form of zero-length RTP payload
when it has nothing else to send. These codec-independent
BFI markers don't indicate TAF, but this provision is a good
start. Accept this BFI packet format in themwi-mgw.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 29 Mar 2023 20:23:43 -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:
171
diff
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:
171
diff
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:
171
diff
changeset
|
14 Both of these libraries are used by themwi-mgw as mandatory dependencies. |