Releases: audiocogs/flac.js
Releases · audiocogs/flac.js
v0.2.1
v0.2.0: 24-bit support
This release add 24-bit support by simulating 64-bit ints in JS. Check out this comment for a description of how it works.
Add Ogg demuxer plugin
This version adds a plugin for ogg.js so you can play flac files that are embedded in an ogg container. ogg.js is not a required dependency and the plugin will only be applied if you have installed it via npm, or included it already on your HTML page in the browser. Check below for a prebuilt JS file and source map.
v0.1.0: Browserify
First release with the new build system using browserify. Attached files include only flac.js. You should also include Aurora.js on your page or as a dependency in build systems like AMD.