버전
menu_open

Android-Specific Information

This page contains information that is specific to using the Wwise SDK for the Android platform.

Platform Requirements

Note.gif

Note:

  • To build the sample plug-ins on Android you need to use Make.
  • The makefile is dependent on the Android NDK stand-alone toolchain.

You can build the Android libraries using the script MakeAllAndroid.sh in the SDK/source/SoundEngine folder. This will create the toolchain and call Make with the appropriate parameters. This script is currently hard-coded to build the armeabi-v7a architecture. The SDK can also be built for armeabi if you want to support older phones. To do so, change the script or call the makefile accordingly.

Known issue:

  • Android
    • WG-20084: With some setups, Android sources must be compiled on a path containing no spaces. The default installation is in 'C:\Program Files\Audiokinetic' and contains a space character. If you encounter this problem, you may have to move sources elsewhere.

Bluetooth Stuttering and Starvation

It is common to have stuttering or voice starvation on Android and iOS when using Bluetooth®. Because Bluetooth is made for streaming low-bandwidth data (compressed voice band-limited at 8 kHz), not interactive audio, there is not much that can be done.

However, while recognizing that some hardware models are more affected than others, adding more latency buffers can often help avoid the glitches. To do so, change the AkPlatformInitSettings.uNumRefillsInVoice to 5 or 6.

Deploying and loading SoundBanks

There are three ways of deploying and loading SoundBanks on Android:

  1. Deploy SoundBanks as part of the Android application package (APK). Before deploying the application to devices, the SoundBanks have to be placed in the "assets" sub-folder of the Android NDK project.
  2. Deploy SoundBanks as part of an Android Application Split Binary (a.k.a. OBB).
  3. Deploy SoundBanks to the Android device file system directly. The SoundBanks can be deployed anywhere in the file system of the device. The GameSimulator application uses this method and the Low-level IO example can be found in $<Wwise>/SDK/samples/IntegrationDemo/Common/IntegrationDemo.cpp.

The default implementation of the Low-Level IO found in $<Wwise>/SDK/samples/SoundEngine/Android can access APK, OBB and POSIX files. You must call the function CAkDefaultIOHookBlocking::InitAndroidIO with a JavaVM and the NativeActivity to initialize both APK and OBB readers. The path to give to CAkDefaultIOHookBlocking::SetBasePath need to be relative to the root of the archive (same for APK and OBB). To load SoundBanks from the file system (outside APK or OBB), the path to the SoundBanks must be specified with CAkDefaultIOHookBlocking::AddBasePath(). You can add multiple paths.

Note.gif
Note: The OBB archive must be unencrypted and uncompressed for the default Low Level IO to work. If not, you'll need to write your own IO.
Note.gif
Note: The OBB reading is done with libzip, please check the license under Libzip. If you do not accept the license, you can disable the use of LibZip by defining the symbol "REMOVE_LIBZIP" in your compilation flag. If so, you'll need to write your own IO hook to read OBB or uncompress the OBB before use.

The IO system will search for files in the given paths in the reverse order, newest added first, APK content last. This allows for DLC content to replace APK content.

Refer to Low-Level I/O on how to implement the low-level I/O submodule.

Android library flavors

The Wwise SDK precompiled libraries come compiled in three flavors:

  • armeabi-v7a
  • armeabi-v7a with hardware-float support (-mhard-float). The hardware float support libraries are in armeabi-v7a_hf folders. Please link with the appropriate libs according to your usage of the -mhard-float flag in your game compilation.
  • x86

이 페이지가 도움이 되었나요?

지원이 필요하신가요?

질문이 있으신가요? 문제를 겪고 계신가요? 더 많은 정보가 필요하신가요? 저희에게 문의해주시면 도와드리겠습니다!

지원 페이지를 방문해 주세요

작업하는 프로젝트에 대해 알려주세요. 언제든지 도와드릴 준비가 되어 있습니다.

프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.

Wwise를 시작해 보세요