| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the bsinc resampler for the converter | Chris Robinson | 2017-06-25 | 1 | -0/+2 |
* | "Convert" the QSA backend to the new API | Chris Robinson | 2017-06-18 | 1 | -19/+0 |
* | Make the dithering depth configurable | Chris Robinson | 2017-06-17 | 1 | -1/+1 |
* | Don't force a fade-in when resuming a paused source | Chris Robinson | 2017-06-09 | 1 | -11/+1 |
* | Fix source sends' initial HF absorption and decay calculation | Chris Robinson | 2017-05-27 | 2 | -2/+2 |
* | Add a new compressor/limiter | Chris Robinson | 2017-05-27 | 2 | -24/+30 |
* | Finalize ALC_SOFT_output_limiter | Chris Robinson | 2017-05-25 | 1 | -5/+0 |
* | Add an option to dither 8- and 16-bit output | Chris Robinson | 2017-05-23 | 2 | -0/+7 |
* | Reduce the amount of variables that hold the same value | Chris Robinson | 2017-05-21 | 1 | -2/+2 |
* | Add a method to copy a filter's coefficients | Chris Robinson | 2017-05-21 | 2 | -0/+10 |
* | Use a macro to specify the decay target gain | Chris Robinson | 2017-05-21 | 1 | -0/+3 |
* | Apply more proper air absorption to the wet path | Chris Robinson | 2017-05-19 | 2 | -0/+4 |
* | Finalize AL_SOFT_source_spatialize | Chris Robinson | 2017-05-11 | 1 | -6/+0 |
* | Reduce LIMITER_VALUE_MAX | Chris Robinson | 2017-05-09 | 1 | -1/+1 |
* | Store the output limiter values as fixed-point integers | Chris Robinson | 2017-05-08 | 1 | -2/+6 |
* | Update AL_SOURCE_SPATIALIZE_SOFT value | Chris Robinson | 2017-05-06 | 1 | -1/+1 |
* | Calculate the output limiter gain using the RMS | Chris Robinson | 2017-05-05 | 2 | -1/+20 |
* | Rename RollOff to Rolloff | Chris Robinson | 2017-05-05 | 3 | -6/+6 |
* | Start an extension to change the source's spatialize property | Chris Robinson | 2017-05-05 | 3 | -3/+31 |
* | Add a property to force source spatialization on or off | Chris Robinson | 2017-05-04 | 3 | -0/+10 |
* | Finalize AL_SOFT_source_resampler | Chris Robinson | 2017-05-03 | 1 | -13/+0 |
* | Rename Zero-Order Hold to Nearest | Chris Robinson | 2017-05-03 | 1 | -1/+1 |
* | Add a mixing function to blend HRIRs | Chris Robinson | 2017-05-03 | 1 | -0/+5 |
* | Change some ALuint parameters to ALsizei | Chris Robinson | 2017-05-02 | 1 | -2/+2 |
* | Rename VOICE_IS_HRTF to VOICE_HAS_HRTF | Chris Robinson | 2017-05-02 | 1 | -1/+1 |
* | Rename 'moving' flag to 'fading' | Chris Robinson | 2017-05-02 | 2 | -7/+7 |
* | Set a voice as 'moving' if it starts/resumes at an offset | Chris Robinson | 2017-05-02 | 1 | -8/+21 |
* | Start an extension to toggle the output limiter | Chris Robinson | 2017-04-30 | 1 | -0/+5 |
* | Implement a limiter on the device output | Chris Robinson | 2017-04-26 | 1 | -0/+2 |
* | Remove const from _Atomic vars to make Clang happy | Chris Robinson | 2017-04-21 | 2 | -6/+26 |
* | Use more sensible values for the source resampler enums | Chris Robinson | 2017-04-21 | 1 | -4/+4 |
* | Add the ability to change the source resampler | Chris Robinson | 2017-04-21 | 1 | -0/+22 |
* | Add a method to enumerate resamplers | Chris Robinson | 2017-04-21 | 3 | -0/+105 |
* | Store the resampler as part of the source | Chris Robinson | 2017-04-21 | 3 | -14/+19 |
* | Make the default resampler a variable | Chris Robinson | 2017-04-20 | 1 | -2/+1 |
* | Missed a raw atomic variable access | Chris Robinson | 2017-04-20 | 1 | -2/+3 |
* | Make the buffer list next pointer atomic | Chris Robinson | 2017-04-19 | 2 | -28/+34 |
* | Allocate a new context's voices after updating the device params | Chris Robinson | 2017-04-19 | 1 | -0/+1 |
* | Use a different way to get the size of structs with flexible array members | Chris Robinson | 2017-04-18 | 3 | -7/+9 |
* | Store the source queue head in the voice to signify looping | Chris Robinson | 2017-04-18 | 3 | -151/+144 |
* | Store the source prop updates with the mixer voice | Chris Robinson | 2017-04-17 | 3 | -102/+84 |
* | Close some gaps in enum values | Chris Robinson | 2017-04-16 | 1 | -2/+2 |
* | Remove some unnecessary parenthesis | Chris Robinson | 2017-04-16 | 1 | -1/+1 |
* | Allow increasing the maximum source limit | Chris Robinson | 2017-04-14 | 1 | -1/+1 |
* | Use separate atomic macros for pointers | Chris Robinson | 2017-04-14 | 4 | -27/+21 |
* | Use atomic flags for the thunk array | Chris Robinson | 2017-04-14 | 1 | -9/+12 |
* | Use ALsizei for the fir4 resampler fraction | Chris Robinson | 2017-04-12 | 1 | -1/+1 |
* | Store the ambisonic order separate from the channel enum | Chris Robinson | 2017-04-12 | 1 | -8/+5 |
* | Add a sample converter | Chris Robinson | 2017-04-10 | 1 | -0/+10 |
* | Convert the CoreAudio backend to the updated backend API | Chris Robinson | 2017-04-09 | 1 | -3/+0 |