Algebraic codebook decoding (not tested yet)
This commit is contained in:
parent
269d40a5c0
commit
fc08d0a6d6
5 changed files with 51 additions and 87 deletions
|
@ -351,7 +351,7 @@ void celt_decoder_destroy(CELTDecoder *st)
|
|||
celt_free(st);
|
||||
}
|
||||
|
||||
int celt_decode(CELTDecoder *st, short *pcm)
|
||||
int celt_decode(CELTDecoder *st, char *data, int len, short *pcm)
|
||||
{
|
||||
int i, N, B;
|
||||
N = st->block_size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue