log WAVE.js @ 1196:a4ad9e55b5b8

age author description
Sun, 21 Feb 2016 11:18:08 +0000 Nicholas Jillings Merge
Mon, 15 Feb 2016 13:48:24 +0000 Nicholas Jillings Safari does not support Views having the forEach function. Implemented work around.
Mon, 01 Feb 2016 10:38:54 +0000 Nicholas Jillings Merge
Fri, 29 Jan 2016 11:11:57 +0000 Nicholas Jillings All interfaces support comment boxes. Comment box identification matches presented tag (for instance, AB will be Comment on fragment A, rather than 1). Tighter buffer loading protocol, audioObjects register with the buffer rather than checking for buffer existence (which can be buggy depending on the buffer state). Buffers now have a state to ensure exact location in loading chain (downloading, decoding, LUFS, ready).
Mon, 22 Feb 2016 04:17:19 +0000 Giulio Moro The version I use and works, addresses issues #1622, #1616, partially #1620
Mon, 15 Feb 2016 13:48:24 +0000 Nicholas Jillings Safari does not support Views having the forEach function. Implemented work around. Dev_main
Tue, 26 Jan 2016 11:01:55 +0000 Nicholas Jillings Fixed loudness. Now passes all EBU 3341 tests for Integrated loudness. Fixed WAVE decoder error for non-mono sources. Dev_main
Sat, 16 Jan 2016 14:51:02 +0000 Nicholas Jillings Added WAVE.js, conversion of some C scripts to JS for WAVE file manipulation. By default, will use the WAVE decoder first before fallback to browser decoders. All browsers now support Integer 8-/16-/24-/34-bit and IEEE Float 32 WAVE files. Dev_main