Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use dual-band for the internal quad and 7.1 decoders | Chris Robinson | 2020-05-07 | 1 | -14/+45 | |
| | ||||||
* | Allow declaring internal dual-band decoders | Chris Robinson | 2020-05-07 | 1 | -12/+45 | |
| | ||||||
* | Update the quad and 7.1 decoders | Chris Robinson | 2020-05-06 | 1 | -17/+17 | |
| | ||||||
* | Make the built-in decoders more flexible | Chris Robinson | 2020-05-06 | 1 | -103/+154 | |
| | ||||||
* | Make BuildBFormatHrtf a member of DirectHrtfState | Chris Robinson | 2020-05-01 | 1 | -3/+3 | |
| | ||||||
* | Avoid an unnecessary out parameter | Chris Robinson | 2020-04-21 | 1 | -2/+6 | |
| | ||||||
* | Clean up some more unnecessary uses of AL types | Chris Robinson | 2020-04-08 | 1 | -1/+2 | |
| | ||||||
* | Avoid ALfloat in some places | Chris Robinson | 2020-04-08 | 1 | -9/+9 | |
| | ||||||
* | Avoid AL[C]boolean for internal use | Chris Robinson | 2020-03-28 | 1 | -1/+1 | |
| | ||||||
* | Avoid some pre-C++14 workarounds | Chris Robinson | 2020-03-22 | 1 | -2/+2 | |
| | ||||||
* | Use an intrusive_ptr for the device's HrtfStore | Chris Robinson | 2020-03-01 | 1 | -14/+7 | |
| | ||||||
* | Fix the output channel count for the B-Format decoder | Chris Robinson | 2020-01-19 | 1 | -3/+3 | |
| | ||||||
* | Avoid an extraneous index map | Chris Robinson | 2020-01-15 | 1 | -5/+5 | |
| | ||||||
* | Make a couple helper methods to create BFormatDec | Chris Robinson | 2020-01-15 | 1 | -6/+5 | |
| | ||||||
* | Repack B-Format decoder fields | Chris Robinson | 2020-01-15 | 1 | -4/+4 | |
| | | | | This should better provide sequential access. | |||||
* | Use a span for a fixed-size array reference | Chris Robinson | 2020-01-13 | 1 | -9/+3 | |
| | ||||||
* | Use temporaries for repeated values | Chris Robinson | 2020-01-05 | 1 | -12/+13 | |
| | ||||||
* | Avoid more duplicate arrays | Chris Robinson | 2020-01-04 | 1 | -14/+10 | |
| | ||||||
* | Combine identical arrays | Chris Robinson | 2020-01-04 | 1 | -0/+2 | |
| | ||||||
* | Use a span instead of an array+size | Chris Robinson | 2020-01-04 | 1 | -4/+3 | |
| | ||||||
* | Avoid a duplicate array | Chris Robinson | 2020-01-04 | 1 | -5/+4 | |
| | ||||||
* | 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 | |
| |