version 4.5.0 #75
Replies: 1 comment 2 replies
-
thanks for bringing the idea of fade out peaks from analog-style spectrum analyzer/sliding DFT visualization project, which I've added it into my aforementioned CodePen project because I saw an audio visualizer thing (basically a peakmeter) in Geometry Dash 2.2 BTW, I think ditching the AnalyserNode's built-in FFT entirely (in favor of custom FFT and other audio analysis functions that don't actually rely on WebAudio at all) per #30 would makes audioMotion-analyzer more feasible for non-realtime analysis and even analysis (both realtime and non-realtime) of non-audio signals in the absence of Web Audio API since the AnalyserNode is designed for realtime analysis and it is a part of Web Audio API, and in-addition, would use the full potential of AnalyserNode.getFloatTimeDomainData and AudioWorklet for realtime audio analysis |
Beta Was this translation helpful? Give feedback.
-
What's new
Added:
fadePeaks
- peaks fade out instead of falling down - thanks @TF3RDL for this idea;gravity
- customize peak drop acceleration;peakFadeTime
- customize peak fade-out time;peakHoldTime
- customize peak hold time;The new gravity equation restores the original peak drop behavior and decay curve (using the default value) of versions 1.0.0 through 3.4.0.
Check out the peak drop analysis tool for more information on the evolution of the equation and to compare different values of
gravity
.As usual, you can interact with all the new properties in the fluid demo.
This discussion was created from the release version 4.5.0.
Beta Was this translation helpful? Give feedback.
All reactions