Enabled pure CBR, though there's still some decoder issues.

This commit is contained in:
Jean-Marc Valin 2008-01-17 16:57:18 +11:00
parent 4fbd18d1f4
commit b35536a3b0
6 changed files with 50 additions and 17 deletions

View file

@ -49,9 +49,9 @@ CELTEncoder *celt_encoder_new(const CELTMode *mode);
void celt_encoder_destroy(CELTEncoder *st);
int celt_encode(CELTEncoder *st, short *pcm);
int celt_encoder_set_output_size(CELTEncoder *st, int bytesPerFrame);
char *celt_encoder_get_bytes(CELTEncoder *st, int *nbBytes);
int celt_encode(CELTEncoder *st, short *pcm, char *compressed);
/* Decoder stuff */