Although I set volume to a minimum on my Haier W910 smaphone the volume always feels high.
I write:
...if I change the value into SetVolume (1,1 or 0.1,0.1, etc), nothing change, and the sound play at the same height.
Why? How do you wrong?
Thanks
I write:
B4X:
Dim Musica as MediaPlayer
musica.Initialize2("musica")
musica.Load(File.DirAssets,"Musica.mp3")
musica.Looping=True
musica.SetVolume(0.2,0.2)
If Main.NoSound=False Then musica.Play
...if I change the value into SetVolume (1,1 or 0.1,0.1, etc), nothing change, and the sound play at the same height.
Why? How do you wrong?
Thanks