Quote:
Originally Posted by seancostello No problem - just make sure that you adjust your delay lengths to take into account the block delay in the feedback path. For example, if you want a 1000 sample comb filter, and your block size is 32 samples, you would use a delay of (1000-32)=968 samples. |
How you handle internal block delays is your own problem.


It is the alignment issue that must be attended to. Delays cannot be multiples of some block size.
So, and Dale alludes to this, some head and tail processing must take place to allow delays to be of arbitrary length.
Really, this is just for the record, I know you understand this!
-Casey