Menu ▾ ▴

Current-Improvements

changelog (1)
Wolfgang Keller

Current Improvements of this Library

---- 0.1
-- the tolerance of MP3-headers at the beginning of a FLAC file was removed
-- Java SPI does not confuse MP3 and FLAC any more
-- FLAC2PCM AudioInputStreams can now safely skip any length of data via the
InputStream.skip(long) method.
-- FLAC AudioFileFormat reports correct 'byteLength' property (file-length)
if obtained with a file argument
-- FLAC AudioInputStream always has a 'frameLength' property of NOT_SPECIFIED
---- 0.2
-- removed a bug in the decoder which rendered 8-bit sample-size
with random artefacts. Practically, 8-bit FLAC code was assumed
to have PCM_UNSIGNED format, however by the definition book all
FLAC code has SIGNED values.
-- FlacAudioFileReader : revised the input-stream mechanics so that a
BufferedInputStream is automatically added in cases of file, URL
and stream resources, if this is not already supplied.


Related

Wiki: Home