diff options
author | Chris Robinson <[email protected]> | 2016-03-22 17:52:20 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-03-22 17:52:20 -0700 |
commit | 713ac9e6790ac5bb9491a893c9b2ee0a693878b7 (patch) | |
tree | dfba2a437adab49ddea4125e936f5866511e4baa /Alc/bformatdec.h | |
parent | 0a03596af11570f5dba473c93c67c59d285d7bc2 (diff) |
Add a specific output for first-order sources
Diffstat (limited to 'Alc/bformatdec.h')
-rw-r--r-- | Alc/bformatdec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/bformatdec.h b/Alc/bformatdec.h index a322f41d..5f17d711 100644 --- a/Alc/bformatdec.h +++ b/Alc/bformatdec.h @@ -8,6 +8,7 @@ struct BFormatDec; struct BFormatDec *bformatdec_alloc(); void bformatdec_free(struct BFormatDec *dec); +int bformatdec_getOrder(const struct BFormatDec *dec); void bformatdec_reset(struct BFormatDec *dec, const struct AmbDecConf *conf, ALuint chancount, ALuint srate, const ALuint chanmap[MAX_OUTPUT_CHANNELS]); void bformatdec_process(struct BFormatDec *dec, ALfloat (*restrict OutBuffer)[BUFFERSIZE], ALuint OutChannels, ALfloat (*restrict InSamples)[BUFFERSIZE], ALuint SamplesToDo); |