On Sat, Sep 13, 2014 at 09:42:07PM +0200, Ede Wolf wrote:
> I just believe, that a reverb is most likely the most complex effect
> requiring the most CPU power. I may be wrong here, too, that's why I
> am asking.
Most reverb algorithms (apart from convolution reverbs) do very little
and simple calculations but quite a lot of memory access. I'd expect
those to be dominated by cache size and speeds rather than raw CPU
speed.
And if you have 16 independent effect chains, the thing to go for is
to ensure they will execute in parallel on an SMP system (more or less
the norm today). And that depends on software architecture and nothing
else.
Ciao,
-- FA A world of exhaustive, reliable metadata would be an utopia. It's also a pipe-dream, founded on self-delusion, nerd hubris and hysterically inflated market opportunities. (Cory Doctorow) _______________________________________________ Linux-audio-user mailing list Linux-audio-user@email-addr-hidden http://lists.linuxaudio.org/listinfo/linux-audio-userReceived on Sun Sep 14 00:15:04 2014
This archive was generated by hypermail 2.1.8 : Sun Sep 14 2014 - 00:15:05 EEST