| Commit message (Expand) | Author | Age | Files | Lines |
* | Move some more sources to core | Chris Robinson | 2021-04-24 | 5 | -469/+2 |
* | Use the root mean square for the HRTF B-Format HF scale | Chris Robinson | 2021-04-24 | 1 | -1/+3 |
* | Move hrtf.cpp/h to core | Chris Robinson | 2021-04-22 | 7 | -1564/+5 |
* | Avoid using config methods in hrtf.cpp | Chris Robinson | 2021-04-22 | 5 | -40/+46 |
* | Move helpers.cpp to core | Chris Robinson | 2021-04-22 | 17 | -561/+15 |
* | Move declarations to a more appropriate header | Chris Robinson | 2021-04-22 | 10 | -14/+22 |
* | Print an error when starting the backend fails | Chris Robinson | 2021-04-20 | 1 | -0/+4 |
* | Lower RLIMIT_RTTIME to allow RTKit to give RT priority | Chris Robinson | 2021-04-20 | 3 | -12/+60 |
* | Fill the PulseAudio buffer before uncorking playback | Chris Robinson | 2021-04-19 | 1 | -14/+14 |
* | Optionally use RTKit/D-Bus to set elevated priority | Chris Robinson | 2021-04-18 | 1 | -17/+60 |
* | Make an inverted atomic flag type and use it | Chris Robinson | 2021-04-15 | 2 | -7/+7 |
* | Use per-HRIR delay alignment for B-Format-to-HRTF | Chris Robinson | 2021-04-09 | 1 | -6/+11 |
* | Log the reset exception error | Chris Robinson | 2021-04-07 | 1 | -0/+1 |
* | Advertise the in-progress AL_SOFT_UHJ extension | Chris Robinson | 2021-04-01 | 1 | -1/+12 |
* | Rename Uhj2Encoder to UhjEncoder | Chris Robinson | 2021-04-01 | 4 | -7/+7 |
* | Avoid passing an array of pointers | Chris Robinson | 2021-04-01 | 1 | -7/+1 |
* | Add support for 4-channel UHJ | Chris Robinson | 2021-03-31 | 6 | -14/+27 |
* | Handle 3-channel UHJ audio buffers | Chris Robinson | 2021-03-31 | 6 | -7/+15 |
* | Decode UHJ buffers to B-Format for mixing | Chris Robinson | 2021-03-31 | 3 | -69/+103 |
* | Start an interface for providing UHJ audio | Chris Robinson | 2021-03-31 | 5 | -1/+36 |
* | Combine some duplicate code | Chris Robinson | 2021-03-30 | 3 | -48/+52 |
* | Move the UHJ phase shifter to a common header | Chris Robinson | 2021-03-28 | 1 | -1/+1 |
* | Don't add the resampler prepadding to the source size to load | Chris Robinson | 2021-03-23 | 1 | -18/+17 |
* | Load/convert samples from all channels at once for mixing | Chris Robinson | 2021-03-19 | 4 | -116/+139 |
* | Don't force application name with pulseaudio | Ilya Fedin | 2021-03-18 | 1 | -8/+1 |
* | Don't activate the WASAPI device when initially opening it | Chris Robinson | 2021-03-17 | 1 | -17/+2 |
* | Avoid returning objects with a reference parameter | Chris Robinson | 2021-03-16 | 1 | -13/+13 |
* | Check that CoCreateInstance succeeds | Chris Robinson | 2021-03-16 | 1 | -13/+17 |
* | Workaround mingw complaining about the %z formatter | Chris Robinson | 2021-03-12 | 3 | -2/+16 |
* | Avoid shadowing variable names | Chris Robinson | 2021-03-11 | 1 | -6/+6 |
* | Declare the attribute counts closer to where they are | Chris Robinson | 2021-03-10 | 1 | -25/+30 |
* | Prevent querying the capture device name from a playback device | Chris Robinson | 2021-03-09 | 1 | -3/+16 |
* | Don't verify and hold a device reference in alcRenderSamplesSOFT | Chris Robinson | 2021-03-09 | 1 | -5/+4 |
* | Add a function/extension to reopen a playback device | Chris Robinson | 2021-03-09 | 2 | -25/+112 |
* | Initialize the new audio unit before disposing the old one | Chris Robinson | 2021-03-09 | 1 | -6/+6 |
* | Move the ComPtr wrapper to a common header | Chris Robinson | 2021-03-08 | 2 | -126/+2 |
* | Allow calling BackendBase::open multiple times on playback devices | Chris Robinson | 2021-03-08 | 15 | -257/+360 |
* | Avoid making BSincPointsMax public | Chris Robinson | 2021-03-01 | 1 | -1/+0 |
* | Avoid trying to get the app path when it fails on Windows too | Chris Robinson | 2021-02-27 | 1 | -9/+10 |
* | Avoid calling readlink on platforms that don't support it | Chris Robinson | 2021-02-27 | 1 | -11/+11 |
* | Avoiding cutting all bsinc resampler output at scale 0 | Chris Robinson | 2021-02-24 | 1 | -2/+2 |
* | Clean up some formatting | Chris Robinson | 2021-02-16 | 1 | -81/+71 |
* | Add enumeration to the JACK backend | Chris Robinson | 2021-02-13 | 1 | -35/+84 |
* | Use spans instead of references to arrays | Chris Robinson | 2021-02-06 | 3 | -15/+16 |
* | Stop the Oboe recording stream when recording is stopped | Chris Robinson | 2021-02-02 | 1 | -2/+2 |
* | Implement Oboe capture | Chris Robinson | 2021-01-31 | 1 | -4/+135 |
* | Set the oboe stream buffer size | Chris Robinson | 2021-01-31 | 1 | -0/+2 |
* | Avoid copying buffers for aligning overlapped windows | Chris Robinson | 2021-01-30 | 2 | -33/+42 |
* | Allow the sample type to get changed on Solaris | Chris Robinson | 2021-01-29 | 1 | -6/+10 |
* | Fix compilation on Solaris backend | Cacodemon345 | 2021-01-29 | 1 | -0/+1 |