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

The priority of the process should be higher (+ Ability to change the `nice` value) #234

Open Littux-Dustux opened 1 month ago

Littux-Dustux commented 1 month ago

The audio frequently cuts out when the CPU usage spikes or when the CPU is under load. Using a lower nice value should solve this problem by increasing the process priority and thus making the system reserve CPU cycles for RootlessJamesDSP. An option to change the nice value would be greatly appreciated