Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

[Unity] Distance relative to the player, panning relative the camera

0 votes
Hello,

let's say, in a third person game, the Listener is on the Player instead of the Camera. Is there a way to have all 3D panning relative to the Camera, but attenuations calculated based on the distance between audio sources and the Player ?

Minh
asked Aug 2, 2019 in General Discussion by Minh H. (100 points)

1 Answer

0 votes
You might like to try setting the forward/up vectors of the listener to be those of the camera while keeping the position vector that of the player when you set your listener position from code.

-

dan.m
answered Aug 6, 2019 by Dan M. (2,660 points)
I've never tried this, but I can't imagine it working properly.  With what you're suggesting, if the camera is well behind the player, but the listener is on the camera, and a sound plays just behind the player, it'll sound like it's coming from behind (on a surround sound system), even though it's happening in front of the player. For regular sound systems, you could perform the same thought experiment with the sound coming to the right of the player, but still in front of the camera, the sound would come from the right speaker instead of both.  For this reason I really don't think changing the forward/up vectors would do anything.
...