5 ms·
Show HN: Pretty music visualization in real time with JavaScript and WebAudioAPI
- RRRA 14y agoWhy make it google chrome specific when things like this run in other browsers: http://gattis.github.com/milkshake/ http://gattis.github.com/milkshake/ ?
- markov_li 14y agoI'm not sure how milkshake is generating it's visualizations, but with Vizrify I was playing with using the new WebAudio API (which will be coming to firefox in a while) to access html5 audio element FFT data directly. It also opens up the avenue to do other cool audio transformations that are difficult to do otherwise.
- RRRA 14y agoOh ok, sounds cool. :) In which chrome version did it get supported? I'm trying on chromium 23 on Linux Mint and only see 2 concentric circles and nothing is playing / moving. Though here it seems not to complain like it does in FF when in chromium and I could hit a random play button on the page: http://www.html5rocks.com/en/tutorials/webaudio/intro/ http://www.html5rocks.com/en/tutorials/webaudio/intro/ cheers!
- markov_li 14y agoI've experienced some users reporting bugs using chromium and ubuntu, I haven't had a chance to look into it, thanks for letting me know!
- gavinpc 14y agoBrilliant way to collect mp3's :) Seriously, though, I am impressed. Is a non-minified version available?
- markov_li 14y agoI will probably make it availble once I've cleaned up the code and made some improvements to the algorithms. Beat detection can be spotty on constantly loud songs.
- oms1005 14y agoThis is a very nice. I was surprised how fast it was. Great job.
- pyroMax 14y agoI picked one of the demo songs, and this is what I got instead: http://vizrify.com/vizapp.html?src=5a65e535b85154595f38334298d5d677 http://vizrify.com/vizapp.html?src=5a65e535b85154595f3833429... When I hit back on the browser, it did go back to the demo song I had chosen. I love Roxette though, so no worries, just FYI.
- deleted 14y ago[deleted]
- markov_li 14y agoThanks for letting me know! I think this is a rare bug, and I'm pretty sure it's caused by the audio element not properly loading. It's definitely on my todo list!