A Magisk module that enables JamesDSPManager. Thanks to the devs who made this possible - see credits below.
- Android Jellybean+
- init.d (LineageOS SU, phh's SU, & rootless)
- MagiskSU & SuperSU
- Magisk & System install
- Nexus/Pixel support (A/B OTA)
- SELinix enforcing (LOS SU & rootless need permissive)
- Works with AM3D Zirene Sound, Dolby Atmos & ViPER4Android FX/XHiFi
v1.1 (2017-10-15)
- Based on JamesDSPManager Oct 15, 2017 build "Increase convolution engine performance and minor bug fix"
- Merged Audio Modification Library upstream changes
- Added support for x86 (previous build only supported ARM/ARM64)
v1.0 (2017-10-11)
- Based on JamesDSPManager Oct 11, 2017 build "High efficient convolution engine and Better linear phase bass boost"
- Unity/AML v2.1: Updated for Magisk v14.2
- Unity/AML v2.1: Updated to Magisk module template 1410
- Unity/AML v2.1: Silently uninstall previous version before new version upgrades (this is to keep every upgrade install clean in cases where the new version doesnt include files the previous version may have included)
- Unity/AML v2.1: Further A/B OTA (Pixel family) improvements
- Unity/AML v2.1: System backup/restore fully automated (no need to manually write files to INFO file anymore)
- Unity/AML v2.1: Added cabability for modifications to modify /data partition
- Unity/AML v2.1: Added "minVer" (an internal check that should always be equal to the latest stable Magisk release in cases where the template is based off of a beta release)
- Unity/AML v2.1: Added support for SuperSU BINDSBIN mode
- Unity/AML v2.1: Fix cache system installs
- Unity/AML v2.1: Moved scripts to post-fs-data for Magisk installs (fixes some issues such as AM3D white screen on compatible devices)
- Unity/AML v2.1: Fixed System override issues some were facing
- Unity/AML v2.1: Fixed System install partition re-mounting
- Unity/AML v2.1: Updated Instructions (for developers only)
- Unity/AML v2.1: Various script fixes and improvements
- james34602 - creator of JamesDSPManager
- ahrion, Zackptg5 - creators of Unity Installer & Audio Modification Library
- AM3D Zirene Sound Module GitHub