Android fine volume control
I want to fine tune the volume of the current media file playing.
So there are two applications here, the mediaplayer application, that could be the default Music applicat开发者_运维问答ion, and my application, where I want to tune the volume.
What I do now is to use setStreamVolume, but the index only goes from the max volume to 0, and that's 15 levels only (at least in the emulator).
What I want is to fine tune it in for example, 100 or 200 levels.
Is that possible?
Thanks!
I just searched around for a bit and it seems like this isn't possible using the android API.
I think Fine Volume Control is what you want. It provides 100 levels of adjustment. You can get it in market
精彩评论