Some work towards being able to encode a 48 kHz stream from 32 kHz audio (incomplete)
This commit is contained in:
parent
3b0df0dc2a
commit
85f41b20df
3 changed files with 40 additions and 17 deletions
|
@ -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" */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue