Skip to content
Snippets Groups Projects
Commit 7f470138 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Nothing to see here.

parent f3efa3e1
No related branches found
No related tags found
Loading
To compile:
./configure
make
This is an attempt at a better audio codec. Don't bother with this unless This is an attempt to write a low-latency audio codec. Don't bother with
you're interested in codec development. Certainly don't expect this to this unless you're interested in codec development. Certainly don't expect
be ready any time soon. this to be ready any time soon. Oh, and don't complain if it sets your house
on fire.
...@@ -36,6 +36,7 @@ ...@@ -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 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 ] = {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 #define WAVEFORM_END 52
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment