webaudio is a clojurescript interface to part of the HTML5 Audio API.
It provides also many more functions to access the API:
decode-dataforoggfile through the native APIdecode-dataforflacfile through auroraset-volume-speakerspcm->bufferstereo->4chan
Add to your project.clj
and in addition you have to add aurora.js to your project.
You can download it from: https://github.com/viebel/webaudio/blob/master/resources/aurora.js.
See here why this is required for the moment.
Deployment (to clojars)
Update the version number in project.clj and then execute:
lein deploy clojars