Algebraic codebook decoding (not tested yet)

This commit is contained in:
Jean-Marc Valin 2007-12-07 13:26:15 +11:00
parent 269d40a5c0
commit fc08d0a6d6
5 changed files with 51 additions and 87 deletions

View file

@ -54,6 +54,6 @@ CELTDecoder *celt_decoder_new(const CELTMode *mode);
void celt_decoder_destroy(CELTDecoder *st);
int celt_decode(CELTDecoder *st, short *pcm);
int celt_decode(CELTDecoder *st, char *data, int len, short *pcm);
#endif /*CELT_H */