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
These methods can return -1, which is not always treated properly by internal code like in FilePlayer cue and skip. Need to check everywhere this is used and create a test that uses a file stream with an unknown length.
The text was updated successfully, but these errors were encountered:
…kip implementations of Playable classes
+ just for completeness, I've fixed it in AudioSnippet even though loadSnippet is deprecated and I will be changing code so that a snippet will fail to load if the file length can't be determined
These methods can return -1, which is not always treated properly by internal code like in FilePlayer cue and skip. Need to check everywhere this is used and create a test that uses a file stream with an unknown length.
The text was updated successfully, but these errors were encountered: