[CELT-dev] A (minor) bug and a request

John Ridges jridges at masque.com
Wed May 20 14:03:50 PDT 2009


Cheers all.

I believe that the first line in the function FLOAT2INT16 in celt.c 
which is now:

x = x*32768.;

should be:

x = SCALEIN(x);

This only makes a difference if you change the SCALEIN and SCALEOUT 
macros (which I do).

The new feature I would like to request is the addition of a 
CELT_RESET_STATE control for both the encoder and decoder. I cache 
encoder and decoder instances and would like to be able to reset them to 
a newly minted state when I change streams.

Thanx,

John Ridges





More information about the celt-dev mailing list