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.
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.
...