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
Is there any situation where onComplete would not be called? I use that callback to clear an important flag and sometimes it is not called even though the audio completes.
I also notice that sometimes when this occurs, the audio cuts out early. So if my audio file is 3 seconds, it will just stop playing after 1 second but onComplete is not called, onError is also not called, and there is no exception.
I actually cannot reproduce this locally, it only happens for some of my users. We all have updated OS's (iOS 14.5.1).
Are there scenarios where calling dispose could be an issue? The code above looks right based on examples / docs I've seen
The text was updated successfully, but these errors were encountered:
True but I need to know the duration for the player animation. Unfortunately I had to ditch the library last night as there were too many bugs so I can't give you a reproducible case ...not that it would help anyway since it only happens on like 25% of our users devices so it's a shot in the dark to begin with. Might be good to add an example in the docs of how you would approach getting the duration before playback as I think that's a common use case? Feel free to close this issue if it's not helpful as I won't be able to give it the love that it needs
Is there any situation where
onComplete
would not be called? I use that callback to clear an important flag and sometimes it is not called even though the audio completes.I also notice that sometimes when this occurs, the audio cuts out early. So if my audio file is 3 seconds, it will just stop playing after 1 second but
onComplete
is not called,onError
is also not called, and there is no exception.I actually cannot reproduce this locally, it only happens for some of my users. We all have updated OS's (iOS 14.5.1).
Are there scenarios where calling dispose could be an issue? The code above looks right based on examples / docs I've seen
The text was updated successfully, but these errors were encountered: