Questions et réponses de la communauté

Bienvenue sur le forum de questions et réponses d'Audiokinetic, propulsé par la communauté. C'est l'endroit où les utilisateurs de Wwise et Strata s'entraident. Pour obtenir une aide directe de notre équipe, veuillez utiliser la page « Tickets de soutien ». Pour signaler un bug, utilisez l'option Bug Report dans l'Audiokinetic Launcher. (Veuillez noter que les rapports de bug soumis au forum questions-réponses seront rejetés. L'utilisation de notre système de rapport de bug dédié garantit que votre rapport est vu par les bonnes personnes et a les meilleures chances d'être corrigé.)

Pour obtenir rapidement les meilleures réponses, suivez ces conseils lorsque vous posez une question :

  • Soyez précis : qu'essayez-vous de réaliser ou quel est le problème spécifique que vous rencontrez ?
  • Pensez à inclure les détails importants : incluez des détails tels que les versions de Wwise et du moteur de jeu, le système d'exploitation, etc.
  • Expliquez ce que vous avez essayé de faire : indiquez aux autres les mesures que vous avez déjà prises pour essayer de résoudre le problème.
  • Concentrez-vous sur les faits : décrivez les aspects techniques de votre problème. Se concentrer sur le problème aide les autres personnes à trouver rapidement une solution.

0 votes
Hi again!

 

...Sorry I am a neusance

I am trying to understand the Reverb Demo. How does UE4 send out the signal to trigger to Wwise? I am trying to get a player's walk go through the reverb sound effect when they walk through an area. I tried to set it up to where when they walk through a box trigger it would enable the "usereverbvolumes" node. It is not working (granted I am NOT  a programmer very sorry ). The node is set up to call upon the Echo_walk auxbus I set up. I think the bus is triggering but how does the bus now know to trigger the walking SFX?

I looked in lesson 7 of the wwise 101 classes; I know that I can just set the auxilary bus to none and check "use game defined aux sends". Yet it doesen't show you how to set it up to route the auxbus to the SFX when the bus is triggered (guessing that is on the programming side). I figured I can always just combine it with the switch demo, but that would have me end up with alot of different play events.

 

Thanks for the help in advance I will be very patient this time I promise XD.

http://i.imgur.com/JdmM6Lh.jpg
dans General Discussion par Robert M. (4.6k points)

1 Réponse

0 votes
We actually created a custom volume for reverbs. Just like Unreal's ReverbVolume, we created an AkReverbVolume. For more information, you can refer to the integration's documentation, in section Wwise Unreal Integration » Using the Integration » Features .
par Benoit S. (Audiokinetic) (16.0k points)
I am routing it through like the integration suggests. My question is, is does the object have to be in the level for it to get affected by Reverb? I have the reverb volume object in the level. When I put an akevent attached to geometry in the volume it works fine. Also in the demo the matinee is with in the level.

Yet when I try and do a sound that is generated by the player and rtpc (like footsteps) it won't trigger. And I have tried routing it through in blue prints as shown above. The node in there is the node in the audiokinetic tab. Also yes I tried routing the "postevent" into the reverb effect, and vice versa.
RTPC and aux buses in UE4
...