Android Audio Balance Management

I am looking for a way to control the balance (left / right) of an audio stream in Android. In particular, I want to control the balance of the audio stream for playing music (AudioManager.STREAM_MUSIC).

I know that I can control the balance of audio using MediaPlayer or SoundPool, but I do not want to create an application for playing music myself. I just want to control the balance of music played by another application (for example, the default player).

Is there any way to achieve this?

+4
source share

All Articles