Share

JavaLayer

File Release Notes and Changelog

Release Name: 0.4

Notes:
JavaLayer 0.4 improves VBR and ID3v2 tags support.

Changes: - XING VBR header frame support improved in Header.java : + public boolean vbr() added. + public int vbr_scale() added. + public byte[] vbr_toc() added. total_ms(), ms_per_frame(), min_number_of_frames(int), max_number_of_frames(int), bitrate_string(), bitrate() methods check for VBR status. - ID3v2 frames support improved : + public InputStream getRawID3v2() added in Bitstream.java - Misc : Bug fixed in the decoder for some +320kbps stream. Bug fixed : SYNC conflict with some ID3v2 frames. + public int bitrate() added. + public int bitrate_instant() added. jUnit tests added (see srctest/ folder)