audiokinetic / waapi-client-python

Decoupled autobahn WAMP client with support for plain options and bindable subscription callbacks
Apache License 2.0
41 stars 6 forks source link

Cannot use ak.wwise.waapi.getFunctions to get the APIs of Topics (Subscription API) #6

Closed zcyh147 closed 3 years ago

zcyh147 commented 3 years ago

WAAPI's ak.wwise.waapi.getFunctions can only get the APIs in the Topics category, I was wondering if ak.wwise.waapi.getFunctions could add support for APIs under the Subscription category?

ak-slongchamps commented 3 years ago

ak.wwise.waapi.getTopics is what you are searching for. https://www.audiokinetic.com/library/edge/?source=SDK&id=ak_wwise_waapi_gettopics.html

zcyh147 commented 3 years ago

Oh my god, I suddenly realized that I clearly wrote in the article that ak.wwise.waapi.getTopics can do this, I must have been dizzy yesterday, thanks a lot!