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

Automaticly set profiles #110

Closed terminal-cs closed 1 year ago

terminal-cs commented 1 year ago

There should be an automatic detection system for profiles. E.g., when a profile is saved, it will be automatically applied when the audio output is switched to it. Also (like many other EQs), it should be able to detect different Bluetooth devices instead of just one profile for all of Bluetooth

timschneeb commented 1 year ago

This is already implemented but disabled by default. It can detect different Bluetooth devices and assigns one separate profile for each.

You can go to 'Settings > Device profiles' to turn it on.

terminal-cs commented 1 year ago

This is already implemented but disabled by default. It can detect different Bluetooth devices and assigns one separate profile for each.

You can go to 'Settings > Device profiles' to turn it on.

idk how I didn't see that 💀 thanks