menu
 

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

0 투표
I'm the sound designer, and I'd really like to use Wwise, but I can only see references to C++, Unity and Unreal in the SDK.

The team is making a game for Android.
General Discussion David M. (100 포인트) 로 부터

1 답변

0 투표

You can look at JNI (http://en.wikipedia.org/wiki/Java_Native_Interface) which would enable you to call C++ code from Java.  You would then be able to call the Wwise API from libgdx.  

Libgdx already include JNI wrappers for Box2D and bullet physics, which are written in C++.  These should be good examples for where to start.

Bernard R. (Audiokinetic) (35.8k 포인트) 로 부터
...