You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How it work,i try to run the demo.But not work:
let sound = Sound(url: URL(string: url)!)
sound!.play { completed in
print("completed: (completed)")
if completed {
print("Done")
}
}
Hello,
This works:
Sound.play(url: realFile, numberOfLoops: numLoop)
but, this is not working:
Any suggestion? Thank you.
The text was updated successfully, but these errors were encountered: