diff --git a/INSTALL b/INSTALL index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..4b0336c6f209e66dd5ecc7ab028c1e7c7f48d9f9 100644 --- a/INSTALL +++ b/INSTALL @@ -0,0 +1,5 @@ +To compile: + +./configure +make + diff --git a/README b/README index 7e170918a536aae3e53cfc63e0fc241d62defa5c..0b24b795b64e42f907f4f7d3cfc6d80af9af9a41 100644 --- a/README +++ b/README @@ -1,3 +1,4 @@ -This is an attempt at a better audio codec. Don't bother with this unless -you're interested in codec development. Certainly don't expect this to -be ready any time soon. +This is an attempt to write a low-latency audio codec. Don't bother with +this unless you're interested in codec development. Certainly don't expect +this to be ready any time soon. Oh, and don't complain if it sets your house +on fire. diff --git a/libcelt/bands.c b/libcelt/bands.c index 34e72f005c21f7fd0ac398669adfa9608ba95dba..5b56101f52fb3d9d353db4b6821136beabd69840 100644 --- a/libcelt/bands.c +++ b/libcelt/bands.c @@ -36,6 +36,7 @@ const int qbank[NBANDS+2] = {0, 2, 4, 6, 8, 12, 16, 20, 24, 28, 36, 44, 52, 68, 84, 116, 128}; const int qpulses[NBANDS ] = {7, 5, 4, 4, 3, 3, 3, 3, 3, 4, 4, 4, 0, 0, 0}; +//const int qpulses[NBANDS ] = {17,15,14,14,13, 13, 13, 13, 13, 14, 14, 14, 10, 10, 10}; #define WAVEFORM_END 52