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

Microphone processing #206

Open micsthepick opened 6 months ago

micsthepick commented 6 months ago

from #42

Android only allows one app to record internal audio at a time

Does this mean that I can't use a microphone app and RootlessJamesDSP at the same time? If so, can we have a microphone input mode (stereo and low latency is also a nice to have). Keep it up!