igorski / MWEngine

Audio engine and DSP library for Android, written in C++ providing low latency performance within a musical context, while providing a Java/Kotlin API. Supports both OpenSL and AAudio.
MIT License
259 stars 45 forks source link

Use CMake to generate Makefiles #93

Closed igorski closed 4 years ago

igorski commented 5 years ago

By moving the library Makefiles to CMake, it will be easier to integrate building of the native code within Android Studio (and relying on Gradle as the single build system, rather than having to manually execute shell scripts). CMake will also cater fine to those who work outside of AS.

Some inspiration can be found here

igorski commented 4 years ago

Addressed in 6a1613b4e5ac5d97aa454389d16c1ad5d91b5bbb