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.
David M. (100 ポイント) General Discussion

回答 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 ポイント)
...