cljs-bach icon indicating copy to clipboard operation
cljs-bach copied to clipboard

A Clojurescript wrapper for the Web Audio API.

Results 4 cljs-bach issues
Sort by recently updated
recently updated
newest added

Per https://developers.google.com/web/updates/2017/09/autoplay-policy-changes#webaudio , AudioContext will not be granted until user has done some interaction with the site. So how do we create it?

This relates to [the issue I opened in klangmeister repo](https://github.com/ctford/klangmeister/issues/11) Please refer description there.

I've put together a collection of functions that provide support for inputs* (which are `ConstantSourceNodes` in the web audio API: https://developer.mozilla.org/en-US/docs/Web/API/ConstantSourceNode) This resolves #2, as inputs can be used as...

I'm really enjoying using this library along with leipzig for web-based music generation, they're really great. I was wondering if there was any recommended pattern for updating an AudioParam of...