[mfcc] get_scale/power return smpl_t
[aubio.git] / doc / android.rst
1 .. _android:
2
3 Android build
4 -------------
5
6 To compile aubio for android, you will need to get the `Android Native
7 Development Toolkit (NDK) <https://developer.android.com/ndk/>`_, prepare a
8 standalone toolchain, and tell waf to use the NDK toolchain. An example script
9 to complete these tasks is available in ``scripts/build_android``.