Some work towards being able to encode a 48 kHz stream from 32 kHz audio (incomplete)

This commit is contained in:
Jean-Marc Valin 2010-07-16 18:12:45 -04:00
parent 3b0df0dc2a
commit 85f41b20df
3 changed files with 40 additions and 17 deletions

View file

@ -85,6 +85,7 @@ struct CELTMode {
int overlap;
int nbEBands;
int effEBands;
int pitchEnd;
celt_word16 preemph[4];
const celt_int16 *eBands; /**< Definition for each "pseudo-critical band" */