WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: audiocogs/aurora.js

v0.4.4

05 Dec 07:06

Choose a tag to compare

Fixes BufferSource - #106

v0.4.3

30 Sep 17:30

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

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.