-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
repeat not work #97
Comments
Same problem here, I can confirm the issue does not happen in Android devices |
I switched to audioplayers |
I have a question:
but in the code there is: assert(soundId > -1,
"Invalid 'soundId' parameter. Only values greater than -1 are valid."); Should't it handle |
There is also setLoop API, but unfortunatelly it's not implemented here ;( |
|
@ukasz123, oh, you're right. I've mistaken but It would be also great if you add |
iOS / macOS
version 2.3.0
No matter how many repeat settings are set, it will only play once
Because of a bug, I haven't been able to test it on Android
The text was updated successfully, but these errors were encountered: