musicolors is a javascript music visualization library, using the pitch, energy, and timbral features of the music.
The source of the visualization comes from the user audio, so it is totally up to your sound (e.g. singing voice to the mic.) Feel free to try visual effects and see thorugh your sound!
DEMO Page: http://www.musicolors.art/
$ npm i musicolors
import musicolors from musicolors
you can visualize by three features of music: pitch, energy and timbre.
pitch | energy | timbre |
---|---|---|
// pitch visualization
musicolors.animatePitch();
// energy visualization
musicolors.animateEnergy();
// timbre visualization
musicolors.animateTimbre();
now you can also see the dynamic changing background based your time zone.
check out the visuals of changing dynamically with the specific time of the day.
// changes the background by the time, this only works in the browser settings.
musicolors.updateBackground();
morning | afternoon | evening | night |
---|---|---|---|