annotate README @ 8:8b17df8f6340 default tip

add README
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 17 Apr 2024 17:30:25 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
8b17df8f6340 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 This code repository contains the original GSM-EFR reference code from ETSI
8b17df8f6340 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2 (taken from ts_146053v080000p0.zip), plus some small surgical patches (grafts
8b17df8f6340 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 of code from AMR reference source) conditionalized with #ifdef EFR2_VARIANT.
8b17df8f6340 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 In std directory we build the standard version of ETSI EFR encoder and decoder
8b17df8f6340 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5 (no hacks applied), and in efr2 directory we build our experimental hack
8b17df8f6340 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6 versions with -DEFR2_VARIANT.
8b17df8f6340 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7
8b17df8f6340 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8 Please read the accompanying Theory-and-mystery article for an explanation of
8b17df8f6340 add README
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9 what the fuss is all about.