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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...