-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2nd order Binauralizer + MIT HRTF #28
Comments
joshkopecek
changed the title
Issue with 2nd order with Binauralizer
2nd order Binauralizer + MIT HRTF
Mar 18, 2021
FYI, I'm going to try using SOFA instead with some data from York Uni's SADIE database |
Just to let you know I've had success with SOFA. It might be good to put some info into the readme detailing that:
Happy to PR the readme, if needed. |
@joshkopecek yes, more documentation and information would be nice. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using the
CAmbisonicBinauralizer
, it works fine with 1st order. However, when I come to configure 2nd order, it fails because inAmbisonicLib.cpp
, the speakers are initialised like this - note the Elevation of Loudspeaker 1 as -69.1º.then when loading the MIT HRTF in
mit_hrtf_lib.c
:It fails because the Elevation of the speaker is below -40º, which seems like it is intended for MIT HRTF.
If I disable this check, it fails further down because the filters/taps are not available for below -40º.
The speaker arrangement is automatically configured as a
kAmblib_Dodecahedron
because of 2nd order in CAmbisonicBinauralizer.Any help here or pointers as to how to set up 2nd (or 3rd?) order would be greatly appreciated.
The text was updated successfully, but these errors were encountered: