How do I build/compile Aubio for Android?

試著忘記壹切 提交于 2019-12-11 08:49:09

问题


Aubio is a tool, written in C, that analyzes sound files. It is compatible for android, ios and many more platforms.

My Question: Is there a step by step guide on how to build aubio for android - or at least a list of all the tools needed (waf, ndk, CMake, etc.) and how and when to use them? I have only developed apps for android in java before.

I just want to run a simple given example from the project.

I have already read the developer guides for android ndk and tried to figure out what to do with the waf files and the android example script. But i could not figure it out. (the ndk seems to use CMake, but i dont know how to use that correctly on my files and if it would work out)

The installing guide on the official website from aubio in the section for android is not very helpful and it feels outdated as the ndk seems to be integrated within the sdk since some time. (not helpful: https://aubio.org/manual/latest/installing.html#android)

Do you have any ideas where I could at least start to search for?

来源:https://stackoverflow.com/questions/51159214/how-do-i-build-compile-aubio-for-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!