aboutsummaryrefslogtreecommitdiffstats
path: root/utils/uhjdecoder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std::byte instead of a custom al::byteChris Robinson2023-05-041-27/+26
* Better handle span sources from iteratorsChris Robinson2022-12-141-2/+2
* Fix the UHJ decoder parameters in uhjdecoderChris Robinson2022-03-021-5/+5
* Rename Sqrt1_2 for consistencyChris Robinson2022-02-011-2/+2
* Get rid of MathDefsChris Robinson2022-01-271-1/+2
* Slight update to the UHJ coefficientsChris Robinson2021-11-281-33/+33
* Use a higher quality all-pass for the UHJ utilsChris Robinson2021-07-301-7/+16
* 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