Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for 4-channel UHJ | Chris Robinson | 2021-03-31 | 1 | -0/+1 |
| | | | | Also add the SOFT moniker to the new macros | ||||
* | Handle 3-channel UHJ audio buffers | Chris Robinson | 2021-03-31 | 1 | -0/+1 |
| | |||||
* | Start an interface for providing UHJ audio | Chris Robinson | 2021-03-31 | 1 | -0/+1 |
| | | | | Currently only 2-channel UHJ, which gets treated as stereo. | ||||
* | Store buffer info in the queue entry | Chris Robinson | 2021-01-24 | 1 | -0/+5 |
| | |||||
* | Set the correct default buffer bits/format | Chris Robinson | 2021-01-22 | 1 | -1/+1 |
| | |||||
* | Make ALbuffer inherit from BufferStorage | Chris Robinson | 2020-11-21 | 1 | -7/+1 |
| | |||||
* | Put the loop start/end in BufferStorage | Chris Robinson | 2020-11-19 | 1 | -3/+0 |
| | |||||
* | Use a separate structure for buffer storage | Chris Robinson | 2020-08-28 | 1 | -18/+4 |
| | |||||
* | Rename buffer_formats to buffer_storage | Chris Robinson | 2020-08-27 | 1 | -1/+1 |
| | |||||
* | Fix handling doubles | Chris Robinson | 2020-08-25 | 1 | -2/+2 |
| | |||||
* | Move storable buffer format info to a separate source | Chris Robinson | 2020-08-24 | 1 | -42/+17 |
| | |||||
* | Track a buffer's ambisonic order | Chris Robinson | 2020-04-04 | 1 | -1/+5 |
| | |||||
* | Add an ambisonic order parameter to the buffer channel count | Chris Robinson | 2020-04-03 | 1 | -4/+4 |
| | |||||
* | Remove a couple outdated comments | Chris Robinson | 2020-04-03 | 1 | -2/+2 |
| | |||||
* | Get rid of MAX_INPUT_CHANNELS | Chris Robinson | 2020-03-28 | 1 | -2/+0 |
| | |||||
* | Add a macro to disable class-specific new/delete | Chris Robinson | 2020-03-23 | 1 | -0/+2 |
| | |||||
* | Handle running the buffer callback in the voice | Chris Robinson | 2020-02-17 | 1 | -0/+2 |
| | |||||
* | Set and retrieve a buffer's callback | Chris Robinson | 2020-02-17 | 1 | -0/+3 |
| | |||||
* | Use struct methods to get a buffer's format info | Chris Robinson | 2020-01-18 | 1 | -4/+6 |
| | |||||
* | Add an interface to set a B-Format buffer's layout and scaling | Chris Robinson | 2019-12-02 | 1 | -0/+3 |
| | |||||
* | Make the buffer frequency unsigned | Chris Robinson | 2019-09-21 | 1 | -1/+1 |
| | |||||
* | Clean up some more implicit conversions | Chris Robinson | 2019-09-11 | 1 | -12/+7 |
| | |||||
* | Move some structs to where they're used | Chris Robinson | 2019-08-04 | 1 | -17/+0 |
| | |||||
* | Add iterators to ALbufferlistitem | Chris Robinson | 2019-07-31 | 1 | -3/+3 |
| | | | | And change some types to ALuint | ||||
* | Rename al/* sources to avoid camel-case | Chris Robinson | 2019-07-29 | 1 | -0/+121 |