aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Remove the -m command from makehrtfChris Robinson2017-08-201-44/+15
* Use getopt to handle options in makehrtfChris Robinson2017-08-203-72/+252
* Improve unicode handling for makehrtfChris Robinson2017-08-201-1/+83
* Add a function to multiply a complex with a scalarChris Robinson2017-08-181-16/+12
* Show progress when processing HRTFsChris Robinson2017-08-181-2/+28
* Use a proper complex number types in makehrtfChris Robinson2017-08-181-112/+114
* Simplify bsincgen's Kaiser functionChris Robinson2017-08-181-8/+3
* "Unfix" the filter length calculationChris Robinson2017-08-181-3/+3
* Keep bsinc filter quality more consistent between scalesChris Robinson2017-08-171-7/+9
* Workaround Android not having log2Chris Robinson2017-08-171-0/+4
* Properly calculate the filter sizeChris Robinson2017-08-171-3/+4
* Correct the bsinc filter orderChris Robinson2017-08-171-6/+7
* Make the sinc4 table staticChris Robinson2017-08-161-1/+1
* Make the bsinc table layout more efficientChris Robinson2017-08-161-99/+20
* Keep bsinc info together in a structChris Robinson2017-08-151-37/+61
* Add experimental support for 24-bit, dual-ear HRTFsChris Robinson2017-08-081-8/+42
* Replace makehrtf's ditherChris Robinson2017-08-011-14/+22
* Update makehrtf to use a larger FFT by defaultChris Robinson2017-07-251-74/+60
* Resample HRIRs prior to minimum phase reconstructionChris Robinson2017-06-011-36/+41
* Add a dithering option to alsoft-configChris Robinson2017-05-232-0/+37
* Include the Built-In HRTF names in alsoft-config when enabledChris Robinson2017-05-051-0/+5
* Move native-tools to the root directoryChris Robinson2017-05-052-108/+0
* Make the generated data array static constChris Robinson2017-05-051-1/+1
* Implement cross-platform embedding of HRTF dataalexey.lysiuk2017-05-052-0/+108
* Print available resamplers in openal-infoChris Robinson2017-05-031-0/+33
* Document the output-limiter config optionChris Robinson2017-04-262-4/+41
* Pre-compute the sinc4 resampler coefficient tableChris Robinson2017-04-081-1/+39
* Properly update the resampler label in the UIChris Robinson2017-03-241-1/+3
* Fix the height of some GUI widgetsChris Robinson2017-03-121-27/+21
* Use a spinbox for the nfc-ref-delay valueChris Robinson2017-03-123-72/+19
* Use QString's arg method to format the float valueChris Robinson2017-03-121-4/+3
* Handle the nfc-ref-delay config optionChris Robinson2017-03-123-1/+121
* Document the nfc config option and expose it in alsoft-configChris Robinson2017-03-122-1/+36
* Stretch out some GUI elements for the decoder configurationsChris Robinson2017-03-011-12/+12
* Rename stereo-panning option to stereo-encodingChris Robinson2017-02-222-19/+21
* Reduce the default period count to 3Chris Robinson2017-02-221-1/+1
* Make the "sends" config option act as a limitChris Robinson2017-02-211-18/+5
* Increase the default effect slot and send countChris Robinson2017-02-212-5/+5
* Allow distance compensation for non-HQ rendering as wellChris Robinson2017-02-203-13/+3
* Remove the separate surround51rear decoder optionChris Robinson2017-02-193-55/+9
* Remove the sinc8 resampler optionChris Robinson2017-02-192-11/+11
* Replace range-based for loops with QList iteratorsChris Robinson2017-01-131-8/+8
* Search for and use Qt5 for alsoft-configChris Robinson2017-01-121-13/+36
* Use C++11 for alsoft-configChris Robinson2017-01-121-8/+8
* Rename the version target for systems that have a version libChris Robinson2016-12-211-2/+2
* Avoid duplicate HRTF entries in the UIChris Robinson2016-12-211-2/+11
* More robustly generate the git commit ID and branchChris Robinson2016-12-211-0/+3
* Trace the commit ID and branch the library was built fromChris Robinson2016-12-211-1/+4
* Merge pull request #63 from adrianbroher/gnuinstalldirkcat2016-09-141-3/+3
|\
| * Use GNUInstallDirs to place the build artifacts properlyMarcel Metz2016-09-061-3/+3