The last commit supported interpolation between FFT bins like below.
One thing I was wondering is how one can interpret the amplitude in a good way. Right now the amplitude will become smaller when the frequency range becomes smaller, right? Maybe one has to…
Looks like some interpolation is missing here. Maybe that's because
low
andhigh
are converted toint
at some point?It would be great if you could add your example .blend file that…
The last commit mainly supported interpolation between FFT results. The demo project file of the last commit has been attached below. More details can be found on [devtalks](https://devtalk.blende…
The last commit greatly simplified the logic of reading/writing to fft_cache
.
Next step: if we want to make the Downmix to Mono
option a socket, we probably need to create independent…