Autotone – A vocal pitch correction web application, like Autotune
11–18 of 18 posts
Re: Autotone – A vocal pitch correction web application, like Autotune
#12Re: Autotone – A vocal pitch correction web application, like Autotune
#13This is cool. Loved it. But the quality is kind of abysmal.
I just pushed a change that will attempt to set your sample rate to 48000 now which may improve your quality. Additionally, your sample rate will now log out in the console.
Re: Autotone – A vocal pitch correction web application, like Autotune
#14Re: Autotone – A vocal pitch correction web application, like Autotune
#15Practically, can this be used for real-time pitch shifting of an octave or two?
Since you identify an instrument or voice by its formants (which are more or less at a fixed frequency), it's unlikely to yield good results over such a large range.
Re: Autotone – A vocal pitch correction web application, like Autotune
#16I wonder if this could be used to remove upspeak and other indecisive or passive-aggressive tones.
/S
Re: Autotone – A vocal pitch correction web application, like Autotune
#17Earlier quoted context omitted.
Since you identify an instrument or voice by its formants (which are more or less at a fixed frequency), it's unlikely to yield good results over such a large range.
I disagree. Sure, a naive approach wouldn't work (shift everything), but everyone's voice covers multiple octaves, so I'm sure plenty of people already know what changes need to happen if you sing in C2 but want to transpose it to C4, etc.
Re: Autotone – A vocal pitch correction web application, like Autotune
#18Earlier quoted context omitted.
I disagree. Sure, a naive approach wouldn't work (shift everything), but everyone's voice covers multiple octaves, so I'm sure plenty of people already know what changes need to happen if you sing in C2 but want to transpose it to C4, etc.
Of course there's some knowledge about that, but the approach in the link identifies the pitch by an NN (this step is not relevant to the current discussion) and then applies an FFT based method for pitch shifting that doesn't take any of it into account. So it'll shift formants as well, making voices and instruments change their character substantially.