コミュニティQ&A

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

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

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

0 支持

Hi there,

Let's say I have such setup:

  • Spatial Room.
  • ObjectA inside room located in one corner of the room with no openings.
  • ObjectB is located in the same room with different acoustic properties and/or much of openings.

I'd like to control send aux level per audio object instead of updating the whole spatial room initialization settings. So normally if the spatial room is updated — then the same reverb amount will be applied on each object located in the room. What I'm trying to achieve: is to have different reverb level for each audio object individually (basically something like SetEarlyReflectionsVolume, but applied of late reverbs instead of early reflections).

I tried to make a call of SetGameObjectAuxSendValues with object's ID and ID of a bus assigned to the spatial room, but that didn't help, as it didn't modify the aux send level from the object to the room's reverb, but instead created a new graph connection directly from object to aux bus running in parallel to the room aux send but not contributing into diffraction / transmission / ERs.

Is something like this possible to have in the future or are there an workarounds now already to implement something like this? 

Best,

Alexey

 

Alexey O. (230 ポイント) Feature Requests

回答 1

0 支持
 
ベストアンサー
If I understand correctly, you can achieve this by changing the Game-Defined Auxiliary Sends Volume. If you'd like to do it from code, just bind an RTPC to the parameter.
Nathan H. (840 ポイント)
Mads Maretty S. (Audiokinetic) 選択
...