Skip to content

Releases: audiocogs/flac.js

v0.2.1

29 Aug 15:25
Compare
Choose a tag to compare
  • Fixes a bug decoding 16-bit lpc frames introduced in v0.2.0.

v0.2.0: 24-bit support

21 Jul 06:48
Compare
Choose a tag to compare

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

20 Jul 23:42
Compare
Choose a tag to compare

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

19 Jun 23:25
Compare
Choose a tag to compare

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.