menu
 

La section Questions et réponses de la communauté Audiokinetic est un forum où les utilisateurs de Wwise et de Strata peuvent poser des questions et répondre à celles des autres membres de la communauté. Si vous souhaitez obtenir une réponse de la part de l'équipe de soutien technique d'Audiokinetic, veillez à utiliser le formulaire de Tickets de Soutien.

0 votes
Hi,

We have been using Unreal Engine 4's sound engine.  When making a SOUND CUE (the equivilent of a WWISE AUDIO EVENT), we would attach a Local/Remote Node to our sound effects.  This would help us have two diffferent attentuation settings, one for the local player and one for the remote player.  The local player would be 2D the remote would attenuate in 3D.  Is there a way to do something similar in WWISE, where one AUDIO EVENT could playback both a local and remote players volume settings, and the game could recognize this and switch automatically?

 

Thank you,

Marc Mailand
dans General Discussion par Nikki M. (140 points)

1 Réponse

0 votes
 
Meilleure réponse
You should be able to do this with switch containers to differentiate between first and third person sounds. At least that's how I am currently doing it. You could then use SetSwitch to set an object to first person (player) or third person. This could also be used for player POV as well, or you may want to always use 1st person 2D sounds for your player character, that's personal preference.

Edit: As Mathieu from AK commented on another similar question: you could also link the POV RTPC to the 2D/3D parameter in the positioning tab
par Richard Goulet (5.8k points)
edité par Richard Goulet
...