コミュニティQ&A

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

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

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

+1 支持
How is this functionality achieved in Unreal? (4.21 Wwise 2018)

I have some spatial rooms working well with an Ak portal connecting them. The reverbs and spot sounds work correctly and propagate  through the portals correctly.
When I try to Post an event on the spatial audio room, wwise creates a new game object with ".AkComponent" appended to the room name.
This results in my sound field ambience being played as a point source in the centre of the room!

Any documentation on how this feature is meant to work in Unreal?

Cheers
Simon G. (220 ポイント) General Discussion
Same question here with Unreal 4.22 and the latest Wwise 2019 - when profiling that setup one can see both MyRoom and MyRoom.AkComponent_0 registered game objects. MyRoom.AkComponent_0 is positioned on the room's pivot point whereas MyRoom moves around following the listener when I'm in the room and gets stuck on a portal when I'm not. MyRoom is the game object I want to post my ambiance on, however I can't seem to be able to access it from blueprint :(

回答 1

0 支持
Turns out that the stock UE4 integration doesn't support this feature "out of the box". You have to have code support to enable the rooms to be always registered, and you also need to either customise the Post Event function to work correctly with the rooms, or you need to expose the room game object ID and pass it in manually.

Apparently the upcoming UE4 integration for Wwise 2019.2 will finally support this feature. It’s amazing to me that it was not in the stock integration, when it is there in the Unity one!
Simon G. (1.0k ポイント)
...