hoene / libmysofa

Reader for AES SOFA files to get better HRTFs
Other
131 stars 70 forks source link

Load HRTF from memory instead of file #183

Closed fluffy closed 2 years ago

fluffy commented 2 years ago

Hi @hoene - Would you be interested in including something like this in libmysofa. It's not really ready to merge yet but wanted to get your feedback on it. It allows the HRTF to be loaded from memory intead of a file. This makes it much easier to use the library on android and IOS particularly when using unity to develop apps targeted at mobile devices and AR/VR headsets. The downside is I don't think that windows supports the funopen function as the OS level which this relies on.

Great to hear your thoughts - thanks Cullen. And thanks for excellent HRTF library.

hoene commented 2 years ago

Looks for. Actually, embedded vr headset was the use case, which I had in mind for libmysofa.

fluffy commented 2 years ago

This has been replaced with new PR#184