timschneeb / RootlessJamesDSP

An implementation of the system-wide JamesDSP audio processing engine for non-rooted Android devices
GNU General Public License v3.0
841 stars 26 forks source link

Enhanced mode whitelist vs blacklist #182

Open privacyguy123 opened 11 months ago

privacyguy123 commented 11 months ago

So that I don't have to fly swat every random app that sometimes gets processed by DSP. I want to whitelist Tidal and YouTube on enhanced processing and that's it.

cnexus commented 6 months ago

@ThePBone if you can post instructions for how to build the root versions versus rootless I can make and test this change.

timschneeb commented 6 months ago

Sure, you can build it like this:

  1. Clone this repo and open in Android Studio
  2. Go to 'Build > Select build variant...' in the menu bar
  3. In the toolbox window that just popped up, select the 'rootFullDebug' build variant for the ':app' module
  4. Compile the project like normal
cnexus commented 6 months ago

Awesome. Thanks for the response!