| Commit message (Expand) | Author | Age | Files | Lines |
* | Reset the ringbuffer when stopping OpenSL playback | Chris Robinson | 2022-04-26 | 1 | -0/+2 |
* | Handle 3D7.1 as a separate channel configuration | Chris Robinson | 2022-04-26 | 15 | -75/+103 |
* | Fully protect disconnection with the mixer counter | Chris Robinson | 2022-04-25 | 1 | -36/+36 |
* | Use a type alias to simplify using a type | Chris Robinson | 2022-04-25 | 1 | -7/+8 |
* | Clean up some case spaghetti | Chris Robinson | 2022-04-25 | 1 | -13/+10 |
* | Finalize ALC_SOFT_output_mode | Chris Robinson | 2022-04-17 | 2 | -16/+1 |
* | Always report ALC_ANY_SOFT for output without contexts | Chris Robinson | 2022-04-17 | 1 | -0/+3 |
* | Use a bool type for boolean parameters | Chris Robinson | 2022-04-16 | 4 | -4/+4 |
* | Include ALC_OUTPUT_MODE_SOFT with ALC_ALL_ATTRIBUTES | Chris Robinson | 2022-04-16 | 1 | -4/+10 |
* | Update the ALC_SOFT_output_mode surround enums | Chris Robinson | 2022-04-15 | 3 | -6/+9 |
* | Finalize AL_SOFT_UHJ | Chris Robinson | 2022-04-13 | 2 | -19/+1 |
* | Clear capture buffers before enqueueing them with OpenSL | Chris Robinson | 2022-04-08 | 1 | -3/+12 |
* | Keep track of uncaptured samples with the Oboe backend | Chris Robinson | 2022-04-06 | 1 | -8/+41 |
* | Rename lerp to avoid conflicts with C++20's std::lerp | Chris Robinson | 2022-04-06 | 4 | -14/+14 |
* | Limit the super stereo width factor to 0.7 | Chris Robinson | 2022-04-04 | 1 | -1/+1 |
* | Update a comment for abandoned extension functions | Chris Robinson | 2022-04-03 | 1 | -1/+1 |
* | Finalize AL_SOFT_callback_buffer | Chris Robinson | 2022-04-01 | 2 | -18/+1 |
* | Fix ALC_SOFT_reopen_device for the null device extension list | Chris Robinson | 2022-04-01 | 1 | -1/+1 |
* | Remove the unused flags parameter from alBufferCallbackSOFT | Chris Robinson | 2022-04-01 | 1 | -2/+2 |
* | Finalize ALC_SOFT_reopen_device | Chris Robinson | 2022-04-01 | 2 | -11/+1 |
* | Avoid some explicit extern "C"s on function definitions | Chris Robinson | 2022-03-31 | 1 | -0/+12 |
* | Avoid some redundant variable assignments | Chris Robinson | 2022-03-30 | 1 | -12/+6 |
* | Remove the reversed all-pass trick in MixDirectHrtfBase | Chris Robinson | 2022-03-30 | 1 | -2/+0 |
* | Avoid a shadow declaration warning | Chris Robinson | 2022-03-30 | 1 | -7/+7 |
* | Make and use a Default enum for StereoEncoding | Chris Robinson | 2022-03-29 | 2 | -11/+11 |
* | Rename ALC_STEREO_PLAIN_SOFT and don't duplicate ALC_HRTF_SOFT | Chris Robinson | 2022-03-29 | 4 | -7/+7 |
* | Handle more modes with the ALC_OUTPUT_MODE_SOFT attribute | Chris Robinson | 2022-03-23 | 4 | -184/+254 |
* | Better ensure attributes are properly traced | Chris Robinson | 2022-03-17 | 1 | -28/+15 |
* | Fix tracing the ALC_OUTPUT_MODE_SOFT attribute | Chris Robinson | 2022-03-17 | 1 | -1/+1 |
* | Ensure the EAX functions are suitably aligned on 32-bit | Chris Robinson | 2022-03-16 | 1 | -2/+2 |
* | Add options to reverse local X and Y coordinates | Chris Robinson | 2022-03-10 | 3 | -9/+21 |
* | Add a config option for reverse-z | Chris Robinson | 2022-03-10 | 3 | -24/+29 |
* | Fix X-RAM tracking | Chris Robinson | 2022-03-06 | 1 | -1/+1 |
* | Simplify committing EAX properties | Chris Robinson | 2022-03-05 | 1 | -18/+5 |
* | Ensure deferred EAX effect properties are committed | Chris Robinson | 2022-03-04 | 1 | -0/+2 |
* | Fix applying the EAX context AirAbsorptionHF property | Chris Robinson | 2022-03-02 | 1 | -1/+1 |
* | Fix applying air absorption | Chris Robinson | 2022-03-02 | 1 | -20/+20 |
* | Move some temp variables closer to where they're used | Chris Robinson | 2022-03-02 | 1 | -69/+67 |
* | Rework source send distance attenuation handling | Chris Robinson | 2022-03-02 | 1 | -61/+77 |
* | Rework the initial reverb decay | Chris Robinson | 2022-03-01 | 1 | -41/+32 |
* | Remove AL_SOFTX_filter_gain_ex | Chris Robinson | 2022-02-28 | 1 | -1/+0 |
* | Define the CoreAudio default name only when needed | Chris Robinson | 2022-02-23 | 1 | -2/+4 |
* | Make some local constexpr variables static | Chris Robinson | 2022-02-23 | 3 | -31/+25 |
* | Avoid using an if_constexpr macro | Chris Robinson | 2022-02-22 | 2 | -15/+9 |
* | Use a simpler loop to enumerate sources | Chris Robinson | 2022-02-21 | 2 | -222/+17 |
* | Implement EAX v1.0 (#664) | Boris I. Bendovsky | 2022-02-21 | 1 | -10/+10 |
* | Make a couple more operator bools explicit | Chris Robinson | 2022-02-20 | 1 | -1/+1 |
* | Avoid a variable limit on EAX filters | Chris Robinson | 2022-02-18 | 2 | -11/+0 |
* | Trace the actual device form factor in pipewire | Chris Robinson | 2022-02-16 | 1 | -11/+5 |
* | Don't trace ignored pipewire stream nodes | Chris Robinson | 2022-02-15 | 1 | -1/+3 |