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.

Plug-In DSP Optimisation

+1 vote
Hi all,

I have been reading the SDK documentation for creating effects plug-ins for Wwise and would like to know a little more about platform-specific optimisations.

First, is it possible for the SDK to tell my plug-in which platform it is running on so I can call differently-optimised variations of the DSP code? Or is it the case, as I suspect, that I will need to build separate static libraries using the pre-processor definitions to determine which platform is being compiled?

Second, can anyone point me to some resources where I can read more about the chips used to perform the DSP calculations on each platform (console)?

Thanks for any help you can give!

Luke.
asked Jul 4, 2015 in General Discussion by Luke M. (110 points)

1 Answer

0 votes
need to check the effect plugin is enable/disable in run time too
answered May 28, 2018 by C Y. (160 points)
...