changeset 8:8b17df8f6340 default tip

add README
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 17 Apr 2024 17:30:25 +0000
parents 1fd613cec7ab
children
files README
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Wed Apr 17 17:30:25 2024 +0000
@@ -0,0 +1,9 @@
+This code repository contains the original GSM-EFR reference code from ETSI
+(taken from ts_146053v080000p0.zip), plus some small surgical patches (grafts
+of code from AMR reference source) conditionalized with #ifdef EFR2_VARIANT.
+In std directory we build the standard version of ETSI EFR encoder and decoder
+(no hacks applied), and in efr2 directory we build our experimental hack
+versions with -DEFR2_VARIANT.
+
+Please read the accompanying Theory-and-mystery article for an explanation of
+what the fuss is all about.