Audiokinetic의 커뮤니티 Q&A는 사용자가 Wwise와 Strata 커뮤니티 내에서 서로 질문과 답변을 하는 포럼입니다. Audiokinetic의 기술 지원팀에게 문의하고 싶으신 경우 지원 티켓 페이지를 사용해주세요.

Plug-In DSP Optimisation

+1 투표
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.
문의 2015 7월 4 General Discussion Luke M. (110 포인트) 로 부터

1 답변

0 투표
need to check the effect plugin is enable/disable in run time too
답변 2018 5월 28 C Y. (160 포인트) 로 부터
...