diff options
author | Chris Robinson <[email protected]> | 2017-02-19 17:45:27 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-02-19 17:45:27 -0800 |
commit | 9da152a9c8b9f3a6f019c77e0324772344fc9156 (patch) | |
tree | 878dc17af78130a4629e97745daa84e36756ae39 /Alc/bformatdec.h | |
parent | d45dd9c668b2f4331492600d8ff99dc20c068664 (diff) |
Don't use periphonic FOA when the HOA decoder is not periphonic
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 06c14ec3..5f6e230d 100644 --- a/Alc/bformatdec.h +++ b/Alc/bformatdec.h @@ -32,6 +32,7 @@ enum BFormatDecFlags { struct BFormatDec *bformatdec_alloc(); void bformatdec_free(struct BFormatDec *dec); int bformatdec_getOrder(const struct BFormatDec *dec); +int bformatdec_isPeriphonic(const struct BFormatDec *dec); void bformatdec_reset(struct BFormatDec *dec, const struct AmbDecConf *conf, ALsizei chancount, ALuint srate, const ALsizei chanmap[MAX_OUTPUT_CHANNELS], int flags); /* Decodes the ambisonic input to the given output channels. */ |