|
Hello,
Could anyone tell me the best way (cleanest sound) to implement an equalizer in UOS? I've been using filters but was just wondering if there is a better way?
example: FilterInIndex1 := uos_AddFilterIn(audioplay, ind, 20, 44, EQ1, 1, True, nil);
and doing this for each octave...
Thanks,
Bart
|