rocksdanister / audio-visualizer-wallpaper

Lively API demo wallpapers
https://rocksdanister.com/lively
MIT License
76 stars 27 forks source link

Bass is too emphasized in visualizers #16

Open gitihobo opened 11 months ago

gitihobo commented 11 months ago

I want to see the higher frequencies more, anyway I can change this?

TotallyNotJeff commented 9 months ago

I want to see the higher frequencies more, anyway I can change this?

You can add a multiplier to the ends of the following lines (there are two identical) in the viz.js file to increase the overall gain of the visualizer:

midY - (audioArray[x] / maxVal) * max_height * 5

Add the multiplier to both lines. I went with five since that was the most noticeable

Not entirely sure if this is what you wanted but hope it helps

My modified visualizer file if you want to skip this part test 5.zip