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
If the 262.mp3 file is missing the state StartPlay tries to start it and and waits until it is finished. But because of
OnPlayFinished() is never called by the DFMiniMp3 library (really this play was never started), there is no end detection.
Fix:
Enable CHECK_MISSING_ONPLAYFINISHED and fix this implementation
The text was updated successfully, but these errors were encountered:
If the 262.mp3 file is missing the state StartPlay tries to start it and and waits until it is finished. But because of
OnPlayFinished() is never called by the DFMiniMp3 library (really this play was never started), there is no end detection.
Fix:
Enable CHECK_MISSING_ONPLAYFINISHED and fix this implementation
The text was updated successfully, but these errors were encountered: