I don’t know why this is the case, but having a buffer~ 256_loudness -1 2 @samps 7
gives me a size of 7samps, but somehow it’s 10.15873ms…
What’s stranger is that it seems to actually write the full length of the buffer.
This is what I see when I view the contents of buffer~ 256_spectral_shape_stats -1 7 @samps 14
There are 14 “samples” of information there, but it seems to cover around 20ms of “time”.
I don’t know if this is partly why I’m seeing strange results in processing time when changing @blocking
modes.