jsantell / dancer.js

high-level audio API, designed to make sweet visualizations
jsantell.github.com/dancer.js
MIT License
2.11k stars 211 forks source link

Demo doesn't run #65

Open SwiftsNamesake opened 8 years ago

SwiftsNamesake commented 8 years ago

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.
khalidmbajwa commented 7 years ago

Same here. None of the examples i tested worked locally either. Is this thing even working anymore ?

nixolas1 commented 7 years ago

No. Try p5.js :)

jsantell commented 7 years ago

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?