aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Avoid extraneous temporaries when filling vectorsChris Robinson2022-12-152-0/+5
* Better handle span sources from iteratorsChris Robinson2022-12-141-2/+2
* Avoid manually specifying FFT template parametersChris Robinson2022-12-141-2/+2
* Use the existing common FFT functions in makemhrChris Robinson2022-11-272-84/+16
* Update alsoft-config for new optionsChris Robinson2022-11-172-51/+89
* Support different input channel orders in uhjencoderChris Robinson2022-11-041-12/+39
* Use the correct input for the IIR UHJ encoderChris Robinson2022-10-261-2/+2
* Avoid nesting lambdasChris Robinson2022-10-241-42/+27
* Avoid a duplicate all-pass function that accumulatesChris Robinson2022-10-221-33/+30
* Don't pass null to fprintfChris Robinson2022-10-101-2/+2
* Handle the delays specified in SOFA filesChris Robinson2022-10-101-44/+55
* Resample before frequency analysisChris Robinson2022-05-135-38/+92
* Handle 3D7.1 as a separate channel configurationChris Robinson2022-04-263-35/+80
* Update a tooltip to match current behaviorChris Robinson2022-04-261-3/+1
* Add an option to alsoft-config for EAX API supportChris Robinson2022-04-262-1/+29
* Print the output mode from openal-infoChris Robinson2022-04-171-0/+29
* Fix the UHJ decoder parameters in uhjdecoderChris Robinson2022-03-021-5/+5
* Use a more compatible method to check for EFX effectsChris Robinson2022-02-261-41/+68
* 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