Registry / other / libmysofa

libmysofa

JSON →
library1.3.4vcpkgunverified

Reader for AES SOFA files to get better HRTFs (Head-Relative Transfer Functions)

vcpkg install libmysofa
INSTALL
IMPORT
SIG · LIBMYSOFA
L
libmysofa
othercppv1.3.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mysofa.h
#include <mysofa.h>

Loads and closes a SOFA HRTF file

#include <mysofa.h> #include <stdio.h> int main() { struct MYSOFA_EASY *hrtf = mysofa_open("file.sofa", 44100, NULL, NULL); if (!hrtf) { fprintf(stderr, "Failed to load SOFA file\n"); return 1; } mysofa_close(hrtf); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

libmysofa — pip install libmysofa · libregistry