videolabs / libspatialaudio

Ambisonic encoding / decoding and binauralization library in C++
Other
192 stars 37 forks source link

Binaural speaker layout simulation #29

Open mmomentum opened 3 years ago

mmomentum commented 3 years ago

Would the maintainers of this project be interested in a solution or workaround to the #28 issue where the MIT HRTF library doesn't work with the _kAmblibDodecahedron speaker layout?

If I am unmistaken, wouldn't it be fairly trivial to just modify the Ambisonic Binauralizer's configuration function to include an argument to specify the speaker layout, so that in lieu of a .sofa file, one could still binaurally render a different speaker layout? I am going to experiment with some changes in the library to see if doing something like that would be feasible with what's already written.

jbkempf commented 3 years ago

Would the maintainers of this project be interested in a solution or workaround to the #28 issue where the MIT HRTF library doesn't work with the kAmblib_Dodecahedron speaker layout?

Yes