Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

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
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
by Tobias D. Nielsen (2.5k points)
selected by David Z.
...