Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename a couple structs for clarity | Chris Robinson | 2019-12-06 | 1 | -28/+28 |
| | |||||
* | Add an index map for 2D FuMa channels | Chris Robinson | 2019-12-01 | 1 | -0/+1 |
| | |||||
* | Update the second-order decoder for HRTF | Chris Robinson | 2019-11-30 | 1 | -57/+45 |
| | | | | | This uses fewer virtual speakers to help with clarity. The fewer speakers used for the response, the less destructive phase interference there should be. | ||||
* | Add an option to limit the HRTF's IR size | Chris Robinson | 2019-11-28 | 1 | -3/+5 |
| | |||||
* | Resample HRIRs when loading | Chris Robinson | 2019-11-28 | 1 | -10/+2 |
| | |||||
* | Rework HRTF enuemration so the loaded HRTFs are separate | Chris Robinson | 2019-11-28 | 1 | -6/+6 |
| | |||||
* | Rename HrtfEntry to HrtfStore | Chris Robinson | 2019-11-28 | 1 | -4/+4 |
| | |||||
* | Add a first-order ambisonic decoder for HRTF | Chris Robinson | 2019-11-18 | 1 | -20/+49 |
| | |||||
* | Simplify some pi statements | Chris Robinson | 2019-11-16 | 1 | -26/+29 |
| | |||||
* | Use wrappers to distinguish elevation and azimuth values | Chris Robinson | 2019-11-16 | 1 | -26/+26 |
| | |||||
* | Improve precision of the HRTF ambisonic decoder matrix | Chris Robinson | 2019-11-13 | 1 | -54/+56 |
| | |||||
* | Limit HRTF ambisonic decoding to second-order | Chris Robinson | 2019-11-09 | 1 | -33/+28 |
| | | | | | | The generated third-order matrix has incorrect first-order coefficients, indicating a wonky decoder. The generated second-order matrix looks more stable. | ||||
* | Change a few more really small gain values to 0 | Chris Robinson | 2019-10-26 | 1 | -8/+8 |
| | |||||
* | Avoid static constexpr for arrays iterated over at run-time | Chris Robinson | 2019-10-25 | 1 | -10/+10 |
| | |||||
* | Report the real ambisonic order set for HRTF rendering | Chris Robinson | 2019-10-24 | 1 | -5/+6 |
| | |||||
* | Use a 26-point Lebedev grid for the HRTF ambisonic decode | Chris Robinson | 2019-10-23 | 1 | -39/+51 |
| | |||||
* | Use a span instead of a reference-to-array | Chris Robinson | 2019-10-05 | 1 | -12/+13 |
| | |||||
* | Avoid extraneous parameters | Chris Robinson | 2019-09-25 | 1 | -2/+2 |
| | |||||
* | Use blended HRIRs for the B-Format decode | Chris Robinson | 2019-09-24 | 1 | -21/+20 |
| | |||||
* | Use an array to match the HRTF rendering method | Chris Robinson | 2019-09-24 | 1 | -17/+20 |
| | |||||
* | Remove the last uses of the system's str[n]casecmp | Chris Robinson | 2019-09-16 | 1 | -10/+11 |
| | |||||
* | Use an unsigned index value | Chris Robinson | 2019-09-14 | 1 | -4/+1 |
| | |||||
* | Fix more implicit conversions | Chris Robinson | 2019-09-14 | 1 | -16/+17 |
| | |||||
* | Store the ambisonic order as unsigned | Chris Robinson | 2019-09-13 | 1 | -4/+4 |
| | |||||
* | Make IrSize unsigned | Chris Robinson | 2019-09-13 | 1 | -1/+1 |
| | |||||
* | Use unsigned channel indices | Chris Robinson | 2019-09-12 | 1 | -16/+18 |
| | |||||
* | Make hq-mode the default and update ambisonics.txt | Chris Robinson | 2019-09-08 | 1 | -4/+3 |
| | |||||
* | Pass unsigned sample count to aluMixData | Chris Robinson | 2019-08-25 | 1 | -2/+2 |
| | |||||
* | Make the post-process methods member functions | Chris Robinson | 2019-08-07 | 1 | -5/+5 |
| | |||||
* | Update some includes | Chris Robinson | 2019-08-05 | 1 | -13/+25 |
| | |||||
* | Rename al/* sources to avoid camel-case | Chris Robinson | 2019-07-29 | 1 | -1/+1 |
| | |||||
* | Rename Alc to alc | Chris Robinson | 2019-07-28 | 1 | -0/+964 |