aboutsummaryrefslogtreecommitdiffstats
path: root/alc/buffer_storage.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for 4-channel UHJChris Robinson2021-03-311-0/+1
| | | | Also add the SOFT moniker to the new macros
* Handle 3-channel UHJ audio buffersChris Robinson2021-03-311-0/+1
|
* Start an interface for providing UHJ audioChris Robinson2021-03-311-0/+1
| | | | Currently only 2-channel UHJ, which gets treated as stereo.
* Use an AL-specific buffer queue item struct for sourcesChris Robinson2021-01-251-20/+0
|
* Store the callback in the buffer list itemChris Robinson2021-01-241-0/+5
|
* Store buffer info in the queue entryChris Robinson2021-01-241-6/+5
|
* Set the correct default buffer bits/formatChris Robinson2021-01-221-2/+2
|
* Disassociate internal buffer enums from AL enum valuesChris Robinson2020-11-201-22/+22
|
* Use BufferStorage for the buffer queueChris Robinson2020-11-191-3/+15
|
* Put the loop start/end in BufferStorageChris Robinson2020-11-191-0/+3
|
* Use a separate structure for buffer storageChris Robinson2020-08-281-0/+40
|
* Rename buffer_formats to buffer_storageChris Robinson2020-08-271-0/+33