Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML5 Audio Visualizer? [closed]

Is there such a player? I'm looking into making one purely out of JavaScript. Something like http://www.nihilogic.dk/labs/pocket_full_of_html5/ but randomly all mashed together?

What are your thoughts?

like image 444
NickKampe Avatar asked Jul 28 '10 08:07

NickKampe


People also ask

Is Videobolt visualizer free?

Another great online music visualizer with a free version is Videobolt. You start with a wide range of styles for your video, such as retro, cartoon, grungy, and cinematic. Select a template and the dimensions you need it in before opening the editor. Here, you can customize your video in so many ways.

Is audio tag deprecated?

The <bgsound> HTML element is deprecated. It sets up a sound file to play in the background while the page is used; use <audio> instead. Warning: Do not use this!


1 Answers

2 years later and a solution is found :)

https://github.com/jsantell/dancer.js

I also stumbled upon a website which uses the audio API and three.js to create pretty nice looking visualizations: http://do.adive.in/music/

like image 191
Ezeke Avatar answered Nov 05 '22 08:11

Ezeke