You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I understood, the binauralFIR's .setPosition method is more like panner.setPosition.
My question was about the listener. In the web audio spec, the panner node will spatialise the object relative to the listener position.
So for example, if my audio graph has 2 instances of binauralFIR nodes, each set with different parameters, calling listener.setPosition should influence the parameters on each of the instances of binauralFIR.
You are right, the library currently doesn't support that. This should be a new feature, with an API corresponding to the Web Audio API listener position.
Any considerations on how we can change the listener position in real time?
Similar to the native
listener.setPosition
andlistener.setOrientation
.The text was updated successfully, but these errors were encountered: