-
Notifications
You must be signed in to change notification settings - Fork 54
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
Implement HRTF support #328
Labels
Comments
There is reference code in Firefox; see all of the files named HRTF* in https://searchfox.org/mozilla-central/source/dom/media/webaudio/blink. |
Me and my team will be taking on this issue with assistance from @jdm |
We will no longer be taking this issue due to time constraints for our project. If anyone else would like to work on implementing this, you are free to. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://webaudio.github.io/web-audio-api/#Spatialization-hrtf-panning
media/audio/panner_node.rs
Line 308 in 4250116
It may be possible to reuse code from some existing rust implementations of HRTF:
https://github.com/mrDIMAS/rg3d-sound/blob/master/src/hrtf.rs
We may end up using one of the binaries from https://github.com/mrDIMAS/hrir_sphere_builder/tree/master/hrtf_base/IRCAM as the database for the underlying impulse/elevation data.
The text was updated successfully, but these errors were encountered: