コミュニティQ&A

Audiokineticのコミュニティ主導のQ&Aフォーラムへようこそ。ここはWwiseとStrataのユーザのみなさまがお互いに協力し合う場です。弊社チームによる直接のサポートをご希望の場合はサポートチケットページをご利用ください。バグを報告するには、Audiokinetic LauncherのBug Reportオプションをご利用ください。(Q&AフォーラムではBug Reportを受け付けておりませんのでご注意ください。専用のBug Reportシステムをご利用いただくことで、バグの報告が適切な担当部門に届き、修正される可能性が高まります。)

最適な回答を迅速に得られるよう、ご質問を投稿される際は以下のヒントをご参考ください。

  • 具体的に示す:何を達成したいのか、またはどんな問題に直面しているのかを具体的に示してください。
  • 重要な詳細情報を含める:Wwiseとゲームエンジンのバージョンやご利用のOSなど詳細情報を記載してください。
  • 試したことを説明する:すでに試してみたトラブルシューティングの手順を教えてください。
  • 事実に焦点を当てる:問題の技術的な事実を記載してください。問題に焦点を当てることで、ほかのユーザのみなさまが解決策を迅速に見つけやすくなります。

0 支持
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
Robert M. (4.6k ポイント) General Discussion

回答 1

0 支持
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 .
Benoit S. (Audiokinetic) (16.0k ポイント)
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
...