Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add AL_EXT_debug functions to set/get object names | Chris Robinson | 2023-08-11 | 1 | -0/+3 |
| | |||||
* | Use std::byte instead of a custom al::byte | Chris Robinson | 2023-05-04 | 1 | -2/+2 |
| | |||||
* | Hold the buffer sample pointer separate from the vector | Chris Robinson | 2023-04-03 | 1 | -1/+1 |
| | |||||
* | Remove the separate UserFmt types | Chris Robinson | 2023-03-19 | 1 | -27/+0 |
| | | | | | All caller-usable formats are available as core formats now, so there's no reason to distinguish between them. | ||||
* | Don't use "hardware" for automatic buffer storage | Chris Robinson | 2023-03-07 | 1 | -1/+7 |
| | |||||
* | Don't convert MS ADPCM on load | Chris Robinson | 2023-02-14 | 1 | -2/+1 |
| | |||||
* | Don't convert IMA4 samples on load | Chris Robinson | 2023-02-14 | 1 | -2/+2 |
| | |||||
* | Support IMA4 ADPCM as a mixing voice format | Chris Robinson | 2023-02-14 | 1 | -1/+0 |
| | |||||
* | Move EAX files to their own sub-directory | Chris Robinson | 2022-05-16 | 1 | -1/+1 |
| | |||||
* | Fix X-RAM tracking | Chris Robinson | 2022-03-06 | 1 | -1/+0 |
| | |||||
* | Move ALSOFT_EAX definition to config.h | Chris Robinson | 2022-01-30 | 1 | -2/+2 |
| | | | | And disable it by default for non-Windows targets | ||||
* | Add EAX extensions (EAX 2.0-5.0, X-RAM) (#632) | Boris I. Bendovsky | 2022-01-30 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | * Add EAX extensions (EAX 2.0-5.0, X-RAM) * Comment out C++17 leftovers * Remove everything related to patching * Update alsoftrc.sample * Rewrite integration * Fix GCC compilation under Linux * Always reset EAX effect properties when loading it into FX slot | ||||
* | Update include headers | Chris Robinson | 2021-04-27 | 1 | -1/+1 |
| | | | | Don't add alc/ to the include paths. | ||||
* | Move BufferStorage and Voice to core | Chris Robinson | 2021-04-27 | 1 | -1/+1 |
| | |||||
* | 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 |