Some information about live spectrum analyzer ( equalizer )

How to activate spectrum analyzer

Go to ZoomSsunds > Player Configs. Choose skin to skin-wave

and in Skin wave tab Enable Spectrum

Notes

  • this is cutting-edge feature. works only in latest updates of browsers
  • the mp3 should be on the same domain as the player, external mp3s do not work
  • only self hosted mp3s work

 

if you want to serve from a different host

you need to place this on the headers of each host you are serving from to avoid CORS issues

<IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule>

 

Was this article helpful?

Related Articles

Leave A Comment?