| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the correct device name when opening a device by name | Chris Robinson | 2015-09-03 | 1 | -2/+8 |
* | Handle the stereo-mode config option with alsoft-config | Chris Robinson | 2015-08-28 | 2 | -17/+89 |
* | Document the bformat config option | Chris Robinson | 2015-08-28 | 1 | -0/+5 |
* | Allow '#' in config block names | Chris Robinson | 2015-08-28 | 1 | -8/+19 |
* | Document device-specific config options | Chris Robinson | 2015-08-28 | 1 | -29/+35 |
* | Allow for device-specific config values | Chris Robinson | 2015-08-28 | 15 | -86/+101 |
* | Use ACN ordering for ambisonics coefficients arrays | Chris Robinson | 2015-08-28 | 5 | -97/+173 |
* | Update README acknowledgements | Chris Robinson | 2015-08-26 | 1 | -4/+6 |
* | Update the hrtf.txt about the 48khz default dataset. | Chris Robinson | 2015-08-26 | 1 | -1/+1 |
* | Update the default value for JACK's spawn-server option | Chris Robinson | 2015-08-26 | 1 | -1/+1 |
* | Avoid temporary vector objects | Chris Robinson | 2015-08-24 | 1 | -9/+13 |
* | Revert "Fix B-Format rotation" | Chris Robinson | 2015-08-24 | 1 | -3/+3 |
* | Fix B-Format rotation | Chris Robinson | 2015-08-23 | 1 | -3/+3 |
* | Minor reformating | Chris Robinson | 2015-08-22 | 1 | -31/+32 |
* | Don't explicitly store first-order coefficients | Chris Robinson | 2015-08-18 | 2 | -65/+117 |
* | Set the WAVEFORMATEX cbSize field for mmdevapi capture | Chris Robinson | 2015-08-18 | 1 | -0/+1 |
* | Define MixHrtf directly instead of through a SUFFIX macro | Chris Robinson | 2015-08-15 | 4 | -19/+6 |
* | Fix handling of PulseAudio devices that have the same description | Chris Robinson | 2015-08-14 | 1 | -10/+44 |
* | Also recognize "DirectSound" and "MMSYSTEM" on Windows | Chris Robinson | 2015-08-14 | 1 | -3/+5 |
* | Recognize "DirectSound3D" as a device name on Windows | Chris Robinson | 2015-08-13 | 1 | -1/+8 |
* | Wait for the OpenSL buffer queue to empty when stopping | Chris Robinson | 2015-08-13 | 1 | -1/+10 |
* | Check for pthread_*_np functions in pthread_np.h when it exists | Chris Robinson | 2015-08-13 | 1 | -4/+10 |
* | Merge pull request #15 from aaronmjacobs/master | kcat | 2015-08-12 | 1 | -31/+40 |
|\ |
|
| * | Make installation of headers and libraries optional | Aaron Jacobs | 2015-08-12 | 1 | -31/+40 |
|/ |
|
* | Allow specifying ALC_DONT_CARE_SOFT for ALC_HRTF_SOFT | Chris Robinson | 2015-07-06 | 2 | -18/+31 |
* | Change source radius behavior | Chris Robinson | 2015-07-05 | 1 | -19/+33 |
* | Update a couple comments | Chris Robinson | 2015-07-04 | 3 | -8/+6 |
* | Check for duplicate device names in the mmdevapi backend | Chris Robinson | 2015-06-30 | 1 | -1/+27 |
* | Use the lockless ringbuffer for mmdevapi capture | Chris Robinson | 2015-06-30 | 1 | -8/+9 |
* | Double check the mmdevapi capture format | Chris Robinson | 2015-06-07 | 1 | -1/+23 |
* | Don't define struct timespec with VS2015 | Chris Robinson | 2015-06-07 | 1 | -1/+1 |
* | Check for snprintf in stdio.h | Chris Robinson | 2015-06-07 | 1 | -1/+1 |
* | Add a macro to simplify allocating and constructing an object | Chris Robinson | 2015-05-18 | 12 | -117/+29 |
* | Convert the solaris backend to the new API | Chris Robinson | 2015-05-17 | 4 | -81/+135 |
* | Add a method to reset the device | Chris Robinson | 2015-05-16 | 2 | -0/+42 |
* | Add a few more HRTF status values | Chris Robinson | 2015-05-16 | 2 | -4/+23 |
* | Add an HRTF status query | Chris Robinson | 2015-05-15 | 2 | -4/+28 |
* | Merge pull request #11 from alexxvk/master | kcat | 2015-05-03 | 1 | -0/+1 |
|\ |
|
| * | Fix mingw64 build | alexxvk | 2015-05-02 | 1 | -0/+1 |
|/ |
|
* | Fix EFX_REVERB_PRESET_DRIVING_COMMENTATOR | Chris Robinson | 2015-04-04 | 1 | -1/+1 |
* | Fix static_assert when __COUNTER__ isn't available | Chris Robinson | 2015-03-02 | 1 | -1/+3 |
* | Don't assert the increment value in the copy32 resampler | Chris Robinson | 2015-02-15 | 1 | -2/+1 |
* | Fix the HRTF B-Format decoder's W coefficient | Chris Robinson | 2015-02-14 | 1 | -18/+5 |
* | Cheange some more unnecessarily small coefficients to 0 | Chris Robinson | 2015-02-11 | 1 | -6/+6 |
* | Add an option for "basic" HRTF rendering | Chris Robinson | 2015-02-11 | 3 | -9/+36 |
* | Calculate HRTF coefficients for all B-Format channels at once | Chris Robinson | 2015-02-10 | 3 | -34/+72 |
* | Use a single statement to declare the buffer format channel maps | Chris Robinson | 2015-02-10 | 1 | -14/+9 |
* | Pass the (FuMa) channel number to GetBFormatHrtfCoeffs | Chris Robinson | 2015-02-10 | 3 | -10/+10 |
* | Correct conversion from polar to cartesian coords for HRTF | Chris Robinson | 2015-02-10 | 1 | -3/+3 |
* | Use B-Format for HRTF's virtual output format | Chris Robinson | 2015-02-09 | 4 | -33/+97 |