fifiddu70 Well-Known Member Licensed User Longtime User Aug 19, 2012 #1 hi, i have 100 files mp3 varius effects, i need to increase volume when to play mediaplayer, is possible? example my code: B4X: mp.Initialize mp.Load(File.DirAssets,"diciotto.mp3") mp.Play for high volume?
hi, i have 100 files mp3 varius effects, i need to increase volume when to play mediaplayer, is possible? example my code: B4X: mp.Initialize mp.Load(File.DirAssets,"diciotto.mp3") mp.Play for high volume?
Erel B4X founder Staff member Licensed User Longtime User Aug 19, 2012 #2 You can use Phone.SetVolume to set the volume. Upvote 0
fifiddu70 Well-Known Member Licensed User Longtime User Aug 19, 2012 #3 whats increase the volume for the max amplitude? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Aug 20, 2012 #4 If I remember correctly it is VOLUME_MUSIC. Upvote 0