Re: [LAD] Fw: Re: [maybe OT] question regarding the FIL equalizer

From: Fons Adriaensen <fons@email-addr-hidden>
Date: Sat Feb 28 2015 - 00:44:32 EET

On Fri, Feb 27, 2015 at 11:18:04PM +0100, Cedric Roux wrote:
 
> I would just want to know why you do:
> k = (len > 48) ? 32 : len;
> why 48? why not 32? What's your intention there?

It avoids having a very short block at the end - it will be
absorbed by the previous one up to a maximum of 48 frames.
For example 100 = 32 + 32 + 32 + 4 becomes 32 + 32 + 36.

This plugin is very old, in more recent software (the
zita-* series) control values are evaluated at exactly
every N frames (where N depends on the algorithm being
controlled).

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-dev mailing list
Linux-audio-dev@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-dev
Received on Sat Feb 28 04:15:02 2015

This archive was generated by hypermail 2.1.8 : Sat Feb 28 2015 - 04:15:02 EET