[Csnd] Converting the Fundamental Frequency of Audio Signal to a Control Signal
| Date | 2018-03-25 05:56 |
| From | Marvin Juneyoung Kim |
| Subject | [Csnd] Converting the Fundamental Frequency of Audio Signal to a Control Signal |
Hello, I was wondering if there is any way to convert the fundamental frequency of audio signal to a control signal. I'm trying to use this value for the delay time parameter in PitchShifter UDO So the delay time is set to 1/(fundamental frequency*pitch shift ratio) to minimize the artifact (that was mentioned in the comment of this UDO, which is included in the link) Thank you Best, Marvin |
| Date | 2018-03-25 07:06 |
| From | Tarmo Johannes |
| Subject | Re: [Csnd] Converting the Fundamental Frequency of Audio Signal to a Control Signal |
Hi,
there is couple of pitch tracking opcodes
plltrack
pitch
ptrack
I use useually the last.
greetings,
tarmo
On Sunday, March 25, 2018 7:56:58 AM EEST you wrote:
> Hello,
>
> I was wondering if there is any way to convert the fundamental frequency of
> audio signal to a control signal.
>
> I'm trying to use this value for the delay time parameter in PitchShifter
> UDO
>
> http://www.csounds.com/udo/cache/PitchShifter.udo
>
> So the delay time is set to 1/(fundamental frequency*pitch shift ratio) to
> minimize the artifact (that was mentioned in the comment of this UDO, which
> is included in the link)
>
> Thank you
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |
| Date | 2018-03-25 09:55 |
| From | Victor Lazzarini |
| Subject | Re: [Csnd] Converting the Fundamental Frequency of Audio Signal to a Control Signal |
There is pitchamdf and pvspitch as well Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland > On 25 Mar 2018, at 07:06, Tarmo Johannes |
| Date | 2018-03-25 20:37 |
| From | Marvin Juneyoung Kim |
| Subject | Re: [Csnd] Converting the Fundamental Frequency of Audio Signal to a Control Signal |
Thank you, Tarmo and Victor On Sun, Mar 25, 2018 at 4:55 AM, Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote: There is pitchamdf and pvspitch as well Best, Marvin |