Minim icon indicating copy to clipboard operation
Minim copied to clipboard

ensure correct behavior in library when using Playable.length() and AudioRecordingStream.getMillisecondLength()

Open ddf opened this issue 5 years ago • 1 comments

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.

ddf avatar Feb 23 '19 00:02 ddf