oampo / Audiolet

A JavaScript library for real-time audio synthesis and composition from within the browser
http://oampo.github.com/Audiolet/
Apache License 2.0
893 stars 118 forks source link

Added missing dependency on audiofile.js #51

Closed maxnordlund closed 11 years ago

maxnordlund commented 11 years ago

I think this fixes #50, but I can't get juicer to work on my machine to verify.

oampo commented 11 years ago

Ah yeah - this has needed sorting out for ages. audiofile.js was meant to be a fairly temporary fix hence why it isn't included properly, but has become part of the furniture really. Consider it merged. Thanks!