Adding range coding information
base64-encoded source code
Adding missing SILK files to the build
Updated to follow changes in SILK API
CELT updated to 0.9.0 (+ PLC fix)
Name changed to "Harmony"
Frame packing (now it compiles)
Initial code for parsing/packing/unpacking packets
Implement signalling byte at the start of a packet
Hybrid decoder also in a single block of memory
Hybrid encoder now allocates only one block of memory
added va_end()
As used for the listening tests
VBR support in test_hybrid
Getting test_hybrid to generate time-aligned signals of the right size
SILK encoder control struct no longer part of the state
Support for setting the audio bandwidth
Support for 32 kHz sampling rate
CELT update (making different sampling rates compatible)
draft update, instructions
Support for 10ms frame size
autotools-based build system
Now coding the 4-8 kHz band only once!
Delay compensation, disabling the CELT pitch predictor
Adds a _ctl() control API to the encoder and decoder
ietf draft update (Koen's comments)
Fixing a high bit-rate bug in SILK -- now scales well above 64 kb/s
IETF draft update, minor bugfix to the encoder
Toplevel Makefile, some project info
Fixed some more allocation issue -- there's now a basic codec working
A few CELT fixes for the _ec() calls
SILK layer seems to works (but the stream is broken for the
Added SILK encoder to the hybrid -- totally untested
silk update (ec_enc_done())
SILK update (interface for using the CELT range coder)
adding prototypes for _ec calls
Temporary makefile, fixed a segfault
Created tester based on testcelt.c
Structure of the hybrid codec
git submodule instructions