libmysofa
libmysofa copied to clipboard
Reader for AES SOFA files to get better HRTFs
Hi Christian. This is an alternative solution to this problem that my colleague Shashaank wrote. It does not rely on funopen so it should be way more portable than the...
Hi, I noticed that https://github.com/kcat/openal-soft/blob/master/utils/makemhr/loaddef.cpp is using "mysofa_check" function and the rest of this library. The problem is that in my tests no recently saved SOFA file opens with this...
Loading from memory can make it easier when storing the HRTF as a Unity asset in iOS or Android. Before this is merged, it needs some work to make sure...
Like most people in my area, I have a very limited internet connection, an unstable ADSL link over 60+ year old copper. I'm lucky to get 500Kbps download. Downloading 237.6MiB...
I compiled with VDEBUG when loading a file containing HRIRs with dimension 12722-by-2-by-4410 and got the errors below. Following other raised issues, I have commented out all file size limits...
In the HDF5 spec "IV.A.2.m. The Attribute Message" fields "Data (variable size)": I have not found any section in the specification on how the data is actually stored. I had...
@richardpl Another issue I found is if previously call mysofa_load, and later mysofa_open with same sofa file and sample rate to one reported in mysofa_load, length of IRs: N changes....
this fixes issue #186
as suggest by @fluffy
would it be possible to add a `-o ` option to `mysofa2json`? ``` mysofa2json -c -o x.json tests/Mesh2HRTF.sofa ``` i know it is easy enough to just redirect the output...