menu
 

AudiokineticのコミュニティQ&AはWwiseやStrataのコミュニティ内でユーザ同士が質問・回答をし合うことができるフォーラムです。Audiokineticテクニカルサポートチームからの回答をご希望の場合は、必ず サポートチケットページ をご利用ください。

0 支持
I want to build WaapiCS for test,but it throw a System.AggregateException on channel.Open().Wait() in Main() function.

How can I fix it?

Both on windows and mac platform have this problem. I test waapi of python,it's ok.
yu j. (280 ポイント) Feature Requests
Can you post InnerExceptions of your AggregateException ?

回答 1

0 支持
  • Click Project > User Preferences, from the main Wwise menu.
  • Add  ws://127.0.0.1:8080 to the Allowed Origins field.
  • Click OK
  • Restart Wwise.

Instructions are available in the C# sample documentation:
https://www.audiokinetic.com/library/edge/?source=SDK&id=wamp__cs.html

Bernard R. (Audiokinetic) (35.8k ポイント)
It's happened too
Thanks for your replay.but the problem still exist.
I test python,js,c# of waapi
with same settings ,python and js are ok,only c# has this problem.
...