soundlibs
soundlibs copied to clipboard
Very inefficient DecodedMpegAudioInputStream.skipFrames(long) method
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.