-
Notifications
You must be signed in to change notification settings - Fork 856
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
Playing different local files crashes iOS #23
Comments
I believe this was fixed by @feroult on the current release (0.7.0), could you please verify? Thanks! |
Thanks. I didn't notice the update. After updating to 0.7.0 and updating my code accordingly, no crashes, but no audio either. My local audio files are now not playing at all. I tested your example, and:
I only get: |
@feroult just tested the above and is indeed not working, any thoughts? |
I've got a fix: 3c300be The strange thing is that it wasn't supposed to work before. Tested all example tabs, it is working well. Would someone please confirm it? |
Thanks @feroult, you're a champion! I haven't tested the audioPlayers example, but that fix is working a treat in my project. |
@feroult Thank you so much. I tested my project and the example, and both appear to be working correctly. |
Playing multiple files works on Android, but playing a second file crashes iOS with no warning.
Playing the same file multiple times works on iOS. I've just tested with "audioplayer" and it works with different files on iOS, but I would like to use your volume feature.
The text was updated successfully, but these errors were encountered: