aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Don't normalize HRIRs per-fieldChris Robinson2019-01-271-8/+8
* Round the calculated field distance in makehrtfChris Robinson2019-01-271-6/+7
* Update a function commentChris Robinson2019-01-241-2/+2
* Fix building makehrtf and sofa-info on WindowsChris Robinson2019-01-221-1/+1
* Support loading sofa files in makehrtfChris Robinson2019-01-223-146/+646
* Add a sofa-info utility to check sofa filesChris Robinson2019-01-211-0/+383
* Use c++ headersFilip Gawin2019-01-091-9/+9
* Avoid using old style castsFilip Gawin2019-01-082-63/+63
* Use nullptr in cpp filesFilip Gawin2019-01-072-25/+25
* Add a missing includeChris Robinson2018-12-311-0/+1
* Remove some C-isms from makehrtfChris Robinson2018-12-311-467/+260
* Compile makehrtf as C++Chris Robinson2018-12-311-6/+6
* Recognize ambix as an alias for acn+sn3dChris Robinson2018-12-271-2/+2
* Add an adjust-latency config option for PulseAudioChris Robinson2018-12-252-6/+34
* Remove the old unused bsincgen.cChris Robinson2018-11-171-404/+0
* Replace restrict with RESTRICTChris Robinson2018-10-291-1/+1
* Simplify some statementsFilip Gawin2018-10-291-1/+1
* Alsoft-config: Add autowah effectRaulshc2018-07-252-7/+27
* Avoid separate in/out parameters when they're always the sameChris Robinson2018-05-291-58/+34
* Better sort the effect list in alsoft-configChris Robinson2018-05-261-14/+14
* Alsoft-config: Add frequency shifter effectRaulshc2018-05-202-0/+20
* Include header files in CMake's source listsChris Robinson2018-04-211-2/+4
* Improve ordering of channel processing in makehrtfChris Robinson2018-04-031-55/+58
* Fix misspellings of quadraphonicChris Robinson2018-03-302-3/+3
* Fix lower elevation synthesis for stereo HRTFsChris Robinson2018-03-291-9/+11
* Alsoft-config: Add pitch shifter effectRaulshc2018-03-182-7/+27
* Rename the mmdevapi backend to wasapiChris Robinson2018-03-091-2/+11
* Fix the return type of the al_fwrite wrapperChris Robinson2018-01-221-1/+1
* Remove standard reverb specific processing functionsChris Robinson2018-01-072-31/+5
* Replace the sinc4 resampler with cubicChris Robinson2018-01-071-1/+1
* Avoid a potential calloc of 0Chris Robinson2017-12-171-6/+5
* Update mhr format for 24-bit, multi-field, stereo measurementsChris Robinson2017-10-224-2851/+5269
* Avoid using wmain on WindowsChris Robinson2017-08-301-0/+2
* Ensure some macros have the correct sizeChris Robinson2017-08-281-1/+4
* Rename resampler labelsChris Robinson2017-08-271-3/+3
* Add bsinc24 to alsoft-configChris Robinson2017-08-271-1/+5
* Add a higher quality bsinc resampler using 24 sample pointsChris Robinson2017-08-271-4/+7
* Properly open the output file for writingChris Robinson2017-08-271-1/+1
* Avoid including AL headers in makehrtfChris Robinson2017-08-271-7/+17
* Use a common header for Unicode-awareness on WindowsChris Robinson2017-08-272-159/+3
* Allow specifying the output filename with bsincgenChris Robinson2017-08-261-31/+140
* Rename the bsinc resampler to bsinc12Chris Robinson2017-08-251-46/+48
* Parameterize the filter order and rejection in bsincgenChris Robinson2017-08-231-28/+29
* Parameterize the bsinc table nameChris Robinson2017-08-221-8/+9
* Properly postfix the filter order numberChris Robinson2017-08-211-2/+6
* Properly check if a pointer is different when cleaning it upChris Robinson2017-08-201-2/+2
* Fix -l switchChris Robinson2017-08-201-1/+1
* Clarify argument errors in makehrtfChris Robinson2017-08-201-8/+8
* Ensure the arglist is properly terminatedChris Robinson2017-08-201-3/+2
* Print the input and output filenames in makehrtfChris Robinson2017-08-201-2/+2