-
Notifications
You must be signed in to change notification settings - Fork 55
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
L R reverse #29
Comments
Yes, I can confirm that when setting the AmbisonicOrder to a higher value than 1, left and right seem to swap. I suppose this is not intended behavior? |
From what I can tell, this appears to have happened because the Omnitone code base was ported from a version originally written for a C++-based game engine, wherein the coordinate system is left-handed. Resonance/Omnitone compute audio in the right-handed coordinate system, so for that game engine the rotations had to be flipped to match the World. But WebAudio is right-handed, so that conversion isn't necessary. Since this repo hasn't been updated in several years, I forked the two projects and fixed the issue here: https://github.com/capnmidnight/resonance-audio-web-sdk |
@capnmidnight Looks like that link is 404ing now. What change did you make to fix it? |
When I create and run "treasure-hunt.n.html" that modified the Tresure-Hunt sample to load the js file of src (direct_src) directly, L and R will sound reversely Yes. why?
repository:forked
The text was updated successfully, but these errors were encountered: