ddf / Minim

A Java audio library, designed to be used with Processing.
http://code.compartmental.net/tools/minim
GNU Lesser General Public License v3.0
668 stars 136 forks source link

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

Open ddf opened 5 years ago

ddf commented 5 years ago

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 commented 5 years ago

Also pertains to setLoopPoints