aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Add options to encode 3- and 4-channel UHJ to uhjencoderChris Robinson2022-02-041-19/+71
* Rename Sqrt1_2 for consistencyChris Robinson2022-02-011-2/+2
* Remove math_defs.hChris Robinson2022-01-271-47/+48
* Get rid of MathDefsChris Robinson2022-01-271-1/+2
* Add an ambi-format option for ACN ordering and FuMa scalingChris Robinson2022-01-121-1/+2
* Use the deprecated enum for older Qt versionsChris Robinson2022-01-061-0/+4
* Avoid a deprecated QString enumChris Robinson2022-01-051-1/+1
* Add a third-order ambisonic decoder for HRTFChris Robinson2022-01-051-5/+4
* Add the PipeWire config option to alsoft-configChris Robinson2021-12-252-0/+33
* Slight update to the UHJ coefficientsChris Robinson2021-11-282-34/+34
* Recognize PipeWire in alsoft-configChris Robinson2021-11-261-0/+3
* Slightly improve logging on WindowsChris Robinson2021-11-211-64/+5
* Update alsoft-configChris Robinson2021-11-112-17/+49
* Remove some lingering mentions of surround51rearChris Robinson2021-10-211-2/+3
* Use a higher quality all-pass for the UHJ utilsChris Robinson2021-07-302-8/+17
* Add a utility to encode audio files to UHJChris Robinson2021-07-091-0/+454
* Fix UHJ encoding/decoding factorsChris Robinson2021-04-111-1/+3
* Remove some unnecessary includesChris Robinson2021-03-281-6/+0
* Move the UHJ phase shifter to a common headerChris Robinson2021-03-281-196/+31
* Add an option to change the UHJ decoder methodChris Robinson2021-03-261-27/+50
* Fix a comment typoChris Robinson2021-03-241-2/+2
* Update the UHJ decoding coefficientsChris Robinson2021-03-241-60/+66
* Add support for decoding 3- and 4-channel UHJ audioChris Robinson2021-03-211-32/+185
* Don't assume two input channels in uhjdecoderChris Robinson2021-03-211-1/+1
* Add a utility to decode UHJ sound files to AMBChris Robinson2021-03-211-0/+515
* Add missing includeChris Robinson2021-02-161-0/+1
* Avoid a deprecated functionChris Robinson2020-11-131-10/+10
* Print the number of used measurements in sofa-infoChris Robinson2020-10-071-1/+9
* Avoid using a deprecated functionChris Robinson2020-08-311-4/+3
* Avoid allocating for each HRIR reconstructionChris Robinson2020-08-141-9/+9
* Simplify StrSubst in makemhrChris Robinson2020-08-131-36/+27
* Improve handling main() with UTF-8 args on WindowsChris Robinson2020-08-123-5/+4
* Add the jack/connect-ports option to alsoft-configChris Robinson2020-08-052-1/+20
* Apply simulated HRIR occlusion in the frequency domainChris Robinson2020-06-211-50/+59
* Synthesize missing elevations in the frequency domainChris Robinson2020-06-211-141/+147
* Use multiple threads for magnitude calculationsChris Robinson2020-06-193-46/+107
* Avoid blending multiple IRs for the -90 elevation IRChris Robinson2020-06-191-33/+27
* Calculate the HRIR onsets and magnitudes separately from loadingChris Robinson2020-06-171-21/+82
* Add a makemhr option to use the farthest field onlyChris Robinson2020-06-171-8/+30
* Resample HRIRs after equalizationChris Robinson2020-06-171-93/+93
* Avoid reinitializing the resampler with each HRIRChris Robinson2020-06-171-10/+11
* Resample HRTFs in the frequency domain in makemhrChris Robinson2020-06-171-29/+93
* Print the synthesized elevations' azimuth countsChris Robinson2020-06-161-2/+4
* Print why a sofa file couldn't be openedChris Robinson2020-05-211-1/+2
* Fix installing alsoft-configChris Robinson2020-04-151-1/+9
* Combine utility target installsChris Robinson2020-04-141-7/+0
* Add missing <cstdarg>ArthurSonzogni2020-04-102-2/+4
* Require Qt5 for alsoft-configChris Robinson2020-04-051-49/+17
* Update the makemhr utility and default HRTFChris Robinson2020-02-111-17/+13
* Scale delays when exceeding the max for generated mhr filesChris Robinson2020-02-101-15/+35