aboutsummaryrefslogtreecommitdiffstats
path: root/core/buffer_storage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add an internal Super Stereo formatChris Robinson2021-12-111-0/+1
| | | | | | | 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.
* Move BufferStorage and Voice to coreChris Robinson2021-04-271-0/+41