menu
 

在 Audiokinetic 社区问答论坛上,用户可对 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.
分类:Feature Requests | 用户: yu j. (280 分)
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.
...