lundi 30 mai 2016

Playing sound

Sound doesn't always play like it should. Can anyone see the problem in the code below?

Code:
  If lblTimer.Text <= "10" Then
lblTimer.textColor =
Colors.red
Sound.Initialize(
2)
ticksnd = Sound.Load(
File.DirAssets,"beep.mp3")
Sound.Play(ticksnd,
1, 1, 10, 0,0)
End If


from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1U921mm
via IFTTT

Aucun commentaire:

Enregistrer un commentaire