aboutsummaryrefslogtreecommitdiffstats
path: root/utils/sofa-info.cpp
Commit message (Expand)AuthorAgeFilesLines
* Print the number of used measurements in sofa-infoChris Robinson2020-10-071-1/+9
* Improve handling main() with UTF-8 args on WindowsChris Robinson2020-08-121-3/+1
* 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
* Move duplicate SOFA-related functions to a reusable libraryChris Robinson2019-12-111-266/+4
* Simplify a couple assignmentsChris Robinson2019-12-091-5/+3
* Simplify a checkChris Robinson2019-12-081-1/+1
* Report the non-uniform elevations in sofa-infoChris Robinson2019-12-081-15/+28
* Simplify some parametersChris Robinson2019-12-081-34/+26
* Improve detection of compatible layouts in SOFA filesChris Robinson2019-12-081-124/+142
* Limit the number of azimuths and elevations used in SOFA filesChris Robinson2019-10-221-1/+9
* More consistently use doubles in makemhr and loadsofaChris Robinson2019-10-221-33/+38
* Use a unique_ptr to auto-free MYSOFA_HRTFChris Robinson2019-09-231-47/+32
* Enable and fix more warningsChris Robinson2019-09-141-7/+3
* Avoid C-style casts in C++Chris Robinson2019-09-111-1/+1
* Fix some implicit castsChris Robinson2019-09-111-1/+1
* Fixed MSVC error.Penguin2019-07-141-9/+3
* Fix building makehrtf and sofa-info on WindowsChris Robinson2019-01-221-1/+1
* Add a sofa-info utility to check sofa filesChris Robinson2019-01-211-0/+383