tulskiy / musique

Java audio player. Supports mp3, ogg, flac, wavpack, ape, wav, au, aiff. Builtin support for cue files, gapless playback, SHOUTCast/IceCast Radio, last.fm scrobbling.
http://tulskiy.github.com/musique/
GNU Lesser General Public License v3.0
131 stars 44 forks source link

Tagging: Jaudiotagger library tries to allocate a lot of memory #53

Open bassstorm opened 13 years ago

bassstorm commented 13 years ago

Jaudiotagger library tries to allocate a buffer of full file size. True for OggVorbis files. This could leat to OutOfMemory exception, especially if user left default vmoptions (30/40Mb, while ogg file could be 80Mb+). Also it slowdowns batch ogg files update. Please, check upstream code or apply local fix (patch could be sent to jaudiotagger team later).