On Sun, 2009-06-14 at 18:17 +0200, Jens M Andreasen wrote:
param_sect_proc(filter_ptr->sect + j, k,
sig[j], sfreq[j], sband[j], sgain[j]);
Wait wait, that is not what I meant. Here sig looks like 4 signals after
each other, but should of course be the other way around:
#define FILTERS 4
float sig[SAMPLES][FILTERS]