Algebraic codebook decoding (not tested yet)
This commit is contained in:
parent
269d40a5c0
commit
fc08d0a6d6
5 changed files with 51 additions and 87 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue