Re: [LAU] Autotuner for Linux?

From: <fons@email-addr-hidden>
Date: Wed Nov 11 2009 - 12:48:34 EET

On Wed, Nov 11, 2009 at 08:48:50AM +0100, Atte André Jensen wrote:
> Rob wrote:
>
> > There's the Autotalent LADSPA plugin, but either its effects are a lot more
> > subtle than Autotune or I'm way better of a singer than I thought I was.
>
> Nice. I just tested it, and it seems to work.
>
> However it's cpu usage rises to > 100% when theres a pause in the audio
> input. Anyone else experience this?

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.

I see one problem with this plugin: its period estimation is always
an integer number of samples, and this is introduces pitch errors
by itself ! It should be relatively easy to correct.

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-user
Received on Wed Nov 11 16:15:01 2009

This archive was generated by hypermail 2.1.8 : Wed Nov 11 2009 - 16:15:01 EET