ref: 7f4701383bc16ccf1808e5fee0b6cea25563bb22
parent: f3efa3e1323d0539ebdd2d41a78522c6ece7bc98
author: Jean-Marc Valin <[email protected]>
date: Sun Dec 2 15:55:22 EST 2007
Nothing to see here.
--- a/INSTALL
+++ b/INSTALL
@@ -1,0 +1,5 @@
+To compile:
+
+./configure
+make
+
--- 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.
--- 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