Jump to content

Is there an alternative way to toggle audio processing?


Recommended Posts

Hi,

I would like to toggle audio processing with tasker/command... 

is there a broadcast/activity/service that I can call with parameters to toggle (enable/disable) audio processing without openning the app directly?

Thanks

Note: I have a rooted device

Edited by Ali Rahal
Link to comment
Share on other sites

Alright found half an answer...

am broadcast -a com.maxmpz.equalizer.API_COMMAND -n com.maxmpz.equalizer/com.maxmpz.equalizer.PeqAPIReceiver -e cmd STOP_SERVICE

The previous command stop the service successfully but am unable start it properly from command line, I tried multiple thing without sucess... ' BOOT_COMPLETED, OPEN_AUDIO_EFFECT_CONTROL_SESSION and am startservice com.maxmpz.equalizer/com.maxmpz.equalizer.PeqService (this one does start the service but audio processing remain desactivated)

Any clue on what broadcast/activity/else I can call to force it to start?

Thanks

Edited by Ali Rahal
Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...