soundlibs icon indicating copy to clipboard operation
soundlibs copied to clipboard

Very inefficient DecodedMpegAudioInputStream.skipFrames(long) method

Open Recognized opened this issue 7 years ago • 0 comments

I ran into problem with very low performance of DecodedMpegAudioInputStream.skipFrames(long) method. If problem is really in it, you can implement your own skip method using read(byte[]). At least it helped me.

Recognized avatar Aug 23 '18 15:08 Recognized