Mirror of opus
Find a file
2010-07-05 18:56:03 -04:00
celt@c7bcf389da Fixed some more allocation issue -- there's now a basic codec working 2010-07-05 14:35:05 -04:00
doc ietf draft update (Koen's comments) 2010-07-05 18:56:03 -04:00
silk@6f9a028cad Fixing a high bit-rate bug in SILK -- now scales well above 64 kb/s 2010-07-05 18:34:33 -04:00
src Fixing a high bit-rate bug in SILK -- now scales well above 64 kb/s 2010-07-05 18:34:33 -04:00
.gitmodules Added SILK submodule 2010-06-29 23:40:56 -04:00
AUTHORS Toplevel Makefile, some project info 2010-07-05 14:55:02 -04:00
COPYING Toplevel Makefile, some project info 2010-07-05 14:55:02 -04:00
Makefile IETF draft update, minor bugfix to the encoder 2010-07-05 15:47:04 -04:00
README Toplevel Makefile, some project info 2010-07-05 14:55:02 -04:00

This is a prototype codec and for now it doesn't do anything useful. To get
the celt and silk submodules, you need to do:

% git submodule init
% git submodule update

Compiling is currently tricky. You first need to configure the CELT directory:

% cd celt
% ./autogen.sh
% ./configure --disable-shared
% cd ..

Then you can use the top-level Makefile by typing:

% make

If you're lucky, then everything works. Most likely there will be an error in
one of the paths that are hardcoded into one of the makefiles. This should
improve in the future.