menu
 

La section Questions et réponses de la communauté Audiokinetic est un forum où les utilisateurs de Wwise et de Strata peuvent poser des questions et répondre à celles des autres membres de la communauté. Si vous souhaitez obtenir une réponse de la part de l'équipe de soutien technique d'Audiokinetic, veillez à utiliser le formulaire de Tickets de Soutien.

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.
dans Feature Requests par yu j. (280 points)
Can you post InnerExceptions of your AggregateException ?

1 Réponse

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

par Bernard R. (Audiokinetic) (35.8k 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.
...