Since moving to 2021.4.7-0850 and 0.5.1-alpha of VL.Audio the output of the FFT is now an IReadOnlyList<Float 32>, I’ve found a work around to this by putting it into a ForEach and then out brings it back to a Spread so it can be used in this patch.
I’m not really sure whay an IReadOnlyList<Float 32> is, or how to deal with it.
Here’s an example:
How to Audio to Queue an FFT.vl (38.8 KB)