timschneeb / RootlessJamesDSP

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

[Suggestion] Use multiple liveprog scripts at once #96

Open FrameXX opened 1 year ago

FrameXX commented 1 year ago

I am not sure if there are any technical limitations, but I think some people would appreciate the ability to use multiple liveprog scripts at once. The best thing would be if we could sort the audio effects by the order in which they process audio.

I'm really new to this, but my guess as to why this might not work is that each liveprog script expects to get the same unprocessed samples as input, but if I give it some already processed samples it will probably break the effect and cause unwanted distortion. Am I understanding this correctly and is this the reason why multiple liveprog scripts can't process the audio at the same time?