Skip to content

Releases: audiocogs/aurora.js

v0.4.4

05 Dec 07:06
Compare
Choose a tag to compare

Fixes BufferSource - #106

v0.4.3

30 Sep 17:30
Compare
Choose a tag to compare
  • Makes node-speaker an optional dependency. npm will still install it by default, but won't error out if it fails to install. See #96.
  • Ignores errors while probing so that it will try the next format instead of stopping

v0.4.2: Browserify

19 Jun 23:21
Compare
Choose a tag to compare

First release with the new build system using browserify. The attached files include Aurora.js built for the browser. You can include it along with any codecs you would like to use on your HTML page, or in an AMD build system like require.js.