Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

project WaapiCS out of work

0 votes
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.
asked Apr 23, 2018 in Feature Requests by yu j. (280 points)
Can you post InnerExceptions of your AggregateException ?

1 Answer

0 votes
  • 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

answered Apr 25, 2018 by Bernard R. (Audiokinetic) (35,090 points)
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.
...