Visualization of the trailer soundtrack from the album constellation of the band Inspierty.
You can specify some parameters to adjust sensitivity and appearance. Add ?spec&fps=30 to the url to see a spectrum and have a frame rate of 30 fps.
nos=x
-> number of starsspec
-> draw a spectrummic
-> use the microphone input for visualization instead of the album trailerfi=x
-> uses the xth frequency of the spectrum for analysisrel
-> show relative data value which is used for analysislb=x
-> specify the lower border at which the frequency should be evaluated (0..1)ub=x
-> specify the upper border which will be evaluated as a maximum (0..1)
- Clone the Rpository
git clone https://github.com/Enc-EE/inspierty-constellation-trailer-visualization.git
- Change the directory
cd inspierty-constellation-trailer-visualization
- Install dependencies
npm install
- Start webpack server
npm start