Making it possible for the stereo decoder to decode a mono stream

This commit is contained in:
Jean-Marc Valin 2011-01-31 10:51:30 -05:00
parent 89039a3ff9
commit f1916a14fd
2 changed files with 62 additions and 23 deletions

View file

@ -104,6 +104,9 @@ extern "C" {
#define CELT_SET_END_BAND_REQUEST 10001
#define CELT_SET_END_BAND(x) CELT_SET_END_BAND_REQUEST, _celt_check_int(x)
#define CELT_SET_CHANNELS_REQUEST 10002
#define CELT_SET_CHANNELS(x) CELT_SET_CHANNELS_REQUEST, _celt_check_int(x)
/** GET the lookahead used in the current mode */
#define CELT_GET_LOOKAHEAD 1001
/** GET the sample rate used in the current mode */