Enabled pure CBR, though there's still some decoder issues.
This commit is contained in:
parent
4fbd18d1f4
commit
b35536a3b0
6 changed files with 50 additions and 17 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue