dancer.js
dancer.js copied to clipboard
Demo doesn't run
I've tried running the demo a few times now, but I never got past the loading screen.
dancer.js:354 Uncaught TypeError: this.context.createJavaScriptNode is not a function
dancer.js:321 Uncaught TypeError: Failed to execute 'connect' on 'AudioNode': No function was found that matched the signature provided.
Same here. None of the examples i tested worked locally either. Is this thing even working anymore ?
No. Try p5.js :)
This project was started when web audio was in its infancy, with experimental implementations in Chrome, a completely different API in Firefox (Audio Data API), and flash fallbacks in other browsers; web audio is now mostly implemented in all modern browsers, with a relatively consistent API. Created back when web audio was mostly experimental usage, this project doesn't have much use (IMO) standardizing across older versions of browsers. What is your use case?