SpeakerCorrection and Subwoofer

This commit is contained in:
Martmists
2021-07-30 21:51:26 +02:00
parent 4fb9cee285
commit 7b60aaeecd
7 changed files with 140 additions and 0 deletions

View File

@ -13,6 +13,7 @@ To view the progress, see [Issue #2](https://github.com/AndroidAudioMods/ViPERFX
# CLion
Make sure to install `ninja`
In CLion, make sure to set the following custom arguments: `-DCMAKE_TOOLCHAIN_FILE=<NDKROOT>/build/cmake/android.toolchain.cmake -DANDROID_ABI=<ABI> -G Ninja`
Then you can build the project with `ninja` instead of `make`