On Wed, Nov 11, 2009 at 02:55:27PM +0100, Atte André Jensen wrote:
> fons@email-addr-hidden wrote:
>
> > In autotalent.c, changing line 560:
> >
> > psAutotalent->ffttime[ti] = psAutotalent->ffttime[ti] / psAutotalent->ffttime[0];
> >
> > to
> >
> > psAutotalent->ffttime[ti] = psAutotalent->ffttime[ti] / (psAutotalent->ffttime[0] + 1e-10f);
> >
> > should help.
>
> Denormals, right? However the problem still remains after applying this
> fix :-(
Division by very small numbers, possibly resulting in NaN and
friends. Here the change I posted made all the difference, but
I'll look again later tonight.
Ciao,
-- FA Io lo dico sempre: l'Italia č troppo stretta e lunga. _______________________________________________ Linux-audio-user mailing list Linux-audio-user@email-addr-hidden http://lists.linuxaudio.org/mailman/listinfo/linux-audio-userReceived on Wed Nov 11 20:15:02 2009
This archive was generated by hypermail 2.1.8 : Wed Nov 11 2009 - 20:15:02 EET