Reputation: 1254
i'm working on a HTML5 audio player, and i'm stuck at making audio visualizations... I was googling and i only found visualizations that are supported by firefox or chrome. So now i'm here asking: is it possible to create audio visualizations with HTML5 and Javascript for all newest browsers? If the anwser is yes: how? If the anwser is no: what can you recomend then?
Upvotes: 2
Views: 3106
Reputation: 776
No, as of now it does not look possible for all browsers. I recommend dancer.js for your requirement. Check out the demo at http://jsantell.github.com/dancer.js/#
Upvotes: 2
Reputation: 12431
This bloke, who appears to post quite frequently on HTML5 audio, has worked around the lack of support for the web audio API by pre-processing his audio data and saving it as JavaScript. Depending on your requirements, this may be an option.
Upvotes: 2