2 comments

[ 3.1 ms ] story [ 18.0 ms ] thread
Cool. The lower is original signal and upper is after band pass filter?
It show two methods which are doing the same frequency extraction job, the lower one is Web Audio analyzer node (quite common and fast, FFT based) and upper is analysis using Web audio biquad bandpass filter bank (slower but more flexible)

https://github.com/grz0zrg/WABSP2