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.

Easiest way to build an interface

0 votes
Hi All

 

I want to build a custom audio app, but ts not a game. Whats the easiest way to build an interface that can fire events, have volume faders etc. Is there anything thats not a game engine , for instance  xojo or even xcode thats easy to implement ?
asked Oct 4, 2018 in General Discussion by damon i. (890 points)

1 Answer

0 votes
Hi Damon

Depends on your definition of "easy" of course, but here's a guide on how to integrate Wwise in a C++ project, which you could create in xcode.
https://www.audiokinetic.com/library/2017.1.9_6501/?source=SDK&id=workingwithsdks.html

The SDK includes demo projects, so you could possibly also repurpose one of those if you don't want to bother with the integration.

Kind Regards
Tobias
answered Oct 16, 2018 by Tobias D. Nielsen (2,450 points)
...