コミュニティQ&A

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

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

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

0 支持
Hello Audiokinetic,

I have a reverb volume located inside a UE4 map, and an audio event that I am attempting to play inside the reverb volume as an ambient sound.

I can hear reverb when calling the blueprint node "Post Event" with the audio event as its "Ak Event" input and a position inside the reverb volume. However, I cannot hear reverb when calling the blueprint node "Start Ambient Sound" and selecting an AkAmbientSound actor (with the same audio event as its "Ak Audio Event" property) as the "Target" input. The AkAmbientSound actor is located inside the reverb volume. The reverb volume is a Box shape, with Send Level 1.0, Fade Rate 0.5, Priority 0.95.

I am using Wwise v2013.2.9 build 4872.

What do I need to do to enable reverb for this ambient sound?
Johann L. (480 ポイント) General Discussion

回答 1

+1 支持
 
ベストアンサー
Thanks for reporting this. There was a problem with the initialization order (AmbientSound was being initialized before ReverbVolume), and this prevented the whole thing to work properly.

The fix has been pushed to the GitHub repository, in the 4.4 branch.
Benoit S. (Audiokinetic) (16.0k ポイント)
Johann L. 選択
Okay, thanks for resolving my issue.
Thanks for the info Benoit, but we access UE through P4 and aren't currently set up with GitHub.  We would like to just fix up this issue on our end if possible, since it sounds like an easy one.  Could you point us to the file/function(s) where the fixes need to be made?

Thanks!
...