I would like to see some method of changing the pitch in a sound sample
Any chance of something like:
Equally, is it possible to have a GetVolume() feature?
BTW is there a limit to the size of the file which can play?
Also, can multiple sounds play simultaneously without issue?
Any chance of something like:
B4X:
Dim m As MediaPlayer
..
m.Load(blah,blah)
currentpitch=m.GetPitch()
m.SetPitch currentpitch+40
Equally, is it possible to have a GetVolume() feature?
BTW is there a limit to the size of the file which can play?
Also, can multiple sounds play simultaneously without issue?