Skip to content

rivkabr/webaudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webaudio

webaudio is a clojurescript interface to part of the HTML5 Audio API.

It provides also many more functions to access the API:

  • decode-data for ogg file through the native API
  • decode-data for flac file through aurora
  • set-volume-speakers
  • pcm->buffer
  • stereo->4chan

Usage

Add to your project.clj

Clojars Project

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

About

Web Audio API (and more) in cljs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors