aboutsummaryrefslogtreecommitdiffstats
path: root/core/buffer_storage.h
Commit message (Collapse)AuthorAgeFilesLines
* Add source properties for Super StereoChris Robinson2021-12-151-7/+0
| | | | | When playing a stereo format, enabling Super Stereo causes the source to behave as a B-Format source, with a variable width control.
* Make an inline function to check for 2D ambisonic formatsChris Robinson2021-12-121-0/+6
|
* Add an internal Super Stereo formatChris Robinson2021-12-111-2/+26
| | | | | | | It's not available as an AL buffer format (yet) since I'm not sure how to expose it. Internally it seems fine as a separate channel configuration, but because OpenAL combines the channel configuration and sample type, a flag may work better there.
* Add a UHJ-specific coefficient scaling arrayChris Robinson2021-07-131-0/+1
|
* Move BufferStorage and Voice to coreChris Robinson2021-04-271-0/+75