mirror of
https://github.com/AndroidAudioMods/ViPERFX_RE.git
synced 2025-06-23 08:32:52 +08:00
readme and depthsurround
This commit is contained in:
17
README.md
Normal file
17
README.md
Normal file
@ -0,0 +1,17 @@
|
||||
# ViPERFX_RE
|
||||
|
||||
This is a reverse-engineering project aimed to make ViPER4Android more easy to access, modify, and improve.
|
||||
Some QOL changes have been made, such as processing audio as float32, removing unused code, using more modern libraries, etc.
|
||||
To view the progress, see [Issue #2](https://github.com/AndroidAudioMods/ViPERFX_RE/issues/2)
|
||||
|
||||
# Building
|
||||
|
||||
- Install the NDK, CMake and Make.
|
||||
- Run `cmake . -DCMAKE_TOOLCHAIN_FILE=<NDKROOT>/build/cmake/android.toolchain.cmake -DANDROID_ABI=<ABI>` where <NDKROOT> is where you installed the NDK and <ABI> is the target ABI to build for.
|
||||
- Run `make`
|
||||
- You should now find a `libv4afx_r.so` file in your project root.
|
||||
|
||||
# Credits
|
||||
|
||||
Zhuhang and ViPER520 for making ViPER4Android
|
||||
Martmists and Iscle for reverse-engineering
|
Reference in New Issue
Block a user