Here is a description of the problem ...
I am creating a scene using WebGL (THREE.js). I have different objects around me, creating different sounds. Now I want to create surround sound depending on their position.
So, if the object is on my right side, then the sound from this object should come from the right speaker, etc.
Is this possible in HTML5 (any browser)
source
share