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.

Wwise - Split Screen / Multiple Listeners - Parameters need to be done manually or not?

0 votes
Hello dear community,

Scenario: 2 player split screen, one output device (e.g. TV)

i have looked through the Manual of Wwise ( https://www.audiokinetic.com/library/edge/?source=SDK&id=soundengine__listeners.html ), and i am kind of confused, since i dont know what they mean by the following:

"Everything related to multiple listeners is only available through game programmer implementation via the SDK. There are no special options in the Wwise authoring application to manage the in-game positioning of sources for multiple listeners"

Does this mean i have to set each and every parameter (every frame) like Position for both Listener and Sources manually in code? If so, that would render Wwise unusable for such a game.
Or does this just mean i cannot apply e.g. different attenuations for Listener A and B and stuff? (Which i hope)

I would rather not need to code a bunch of stuff to each and every event. :/

Also it would be awesome if for example Listener A (left screen-half) would be able to have panning from hard Left to Center, and respectively right screenhalf listener panning from Center to Right. But i guess this would take some effort..no clue how one would achieve that.

thank you very much for your help
asked Oct 24, 2018 in General Discussion by David Z. (150 points)

1 Answer

+1 vote
 
Best answer
Hi David

It just means that the functionality made specifically to deal with multiple listeners is only accessible through the SDK.
By default both listeners will behave exactly how you are used to listeners behaving, there will just be two of them, and
they will be added together. You do have the possibility to set which listeners any individual sound goes to (for instance,
you can let the music play in a single listener, so it isn't doubled in volume), but other than that it's business as usual.

What you are looking for in terms of panning the listeners is described in your link under "Volume offset and spatialization".

Kind regards
Tobias
answered Oct 25, 2018 by Tobias D. Nielsen (2,450 points)
selected Oct 25, 2018 by David Z.
...