Revolt Spectum Analyzer!

Check out this amazing spectrum analyzer from Antti Kupila called the Revolt Spectrum Analyzer. Now integrated with the Dash Media Player!



Code to do this...

<?php
$params
['playlist'] = 'audio';
$params['spectrum'] = 'revolt';
$params['autostart'] = 'true';
print
dashplayer_get_player($params);
?>