コミュニティQ&A

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

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

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

+1 支持
Hello I am a DSP consultant/developer and I have a binaural "panner" that I want to integrate with as many platforms as possible.  So I first developed a Unity native audio plugin. Unity defines a simple "spatializer" plugin type for which per-instance source/listener data are sent to the plugin - perfect to config my dsp binaural panning algorithm.

So next I want to try out Unreal and, after looking around at Unreal sample projects etc I guess I can sort of replicate the Unity scenario i.e. I can develop an audio effect plugin and figure some way to make it easy to script with game objects' position data...

Now I'm looking at Wwise and I see that I could possibly do a Wwise  plugin instead - and maybe get Unity & Unreal integration for free!  As far as I can tell I could implement my dsp algo in https://www.audiokinetic.com/library/edge/?source=SDK&id=soundengine__plugins.html#register_effects and use a Parameter Node or something like that to capture my sound objects' xyz position data which my dsp needs.

To the questions:

1:  Can I implement a single Wwise plugin that I could use to implement my dsp and, if so, how can I manage the per-instance source/listener geometric data bit?

2: Given that I already have a Unity native audio (spatializer) plugin, can I "import" this into Wwise or otherwise use it within Wwise

3: Should I go ahead and implement a native Unreal plugin and, if so, any guides on requirements so it integrates with Wwise

 

Thanks!  Just trying to get a heads up on best place to start looking.
Culann m. (110 ポイント) General Discussion

Please sign-in or register to answer this question.

...