aboutsummaryrefslogtreecommitdiffstats
path: root/presets
Commit message (Collapse)AuthorAgeFilesLines
* Add preliminary support for 7.1.4 output modesChris Robinson2022-11-032-0/+64
| | | | | | | | I don't know how different sound APIs handle 7.1.4 ("Atmos" or "Auro3D") output, but currently it simply specifies the additional channels with the height channel labels. This isn't likely how it works for a virtualized channel bed, for playing over other with-height configurations (7.1.2, 5.1.4, etc), but this should be an okay start.
* Use a more precise 3D7.1 decoderChris Robinson2022-08-301-14/+14
|
* Update documentation about the 3D7.1 presetChris Robinson2022-05-171-3/+4
|
* Fix some formatting in the 3D7.1 presetChris Robinson2022-05-171-7/+8
|
* Handle 3D7.1 as a separate channel configurationChris Robinson2022-04-261-8/+12
| | | | | | | It's treated as 5.1 + 2 aux channels. This allows AL_DIRECT_CHANNELS_SOFT to behave better, not forwarding rear left/right channel inputs to lower front and upper rear, and allows reporting a more appropriate output mode to the app instead of 7.1.
* Update the 3D7.1 configurationChris Robinson2022-01-041-24/+42
| | | | | | This one is a regular layout first-order dual-band decoder, which excludes the front-center (to maintain regularity). The previous was a second-order single- band decoder, which included front-center.
* Update the 5.1+center decoder and use it by defaultChris Robinson2021-06-301-14/+13
| | | | | | | The itu5.1-nocenter preset is the same as the previous default, so it can still be used for people that prefer it. But this new one purportedly has better panning and positioning responses in listening tests, which initial impressions concur with.
* Fix misspellings of quadraphonicChris Robinson2018-03-301-2/+2
| | | | | AL_LOKI_quadriphonic is left alone since that is what the extension is called and what code expects. All other instances have been fixed for consistency.
* Add a 5.1 preset that excludes the front-center speakerChris Robinson2017-07-181-0/+46
| | | | | | On some speaker setups, the front-center speaker is not designed for full-range content and should be used exclusively for dialog. Consequently it should not be used for positional sounds, only the dedicated dialog effect.
* Provide a decoder preset for 5.1 Surround outputChris Robinson2016-04-242-0/+54
|
* Add docs for OpenAL Soft and standard decoder presetsChris Robinson2016-04-235-0/+220