Hello,
Impossible to me to play wav, where is the error?
The file is added of course with the file manager
Impossible to me to play wav, where is the error?
The file is added of course with the file manager
B4X:
Sub Activity_Create(FirstTime As Boolean)
sd.Initialize (1)
id=sd.Load(File.DirAssets, "Ding.wav")
Log(id) 'return 1
ret=sd.Play ( id, 0.5, 0.5, 1, 0, 0)
Log(ret) 'return always 0
End Sub
Last edited: