From 846330f674e5a6d6454b2be8c75e3873b8028de2 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 7 Dec 2013 14:55:56 -0500 Subject: [PATCH] src/pitch/pitchyinfft.h: remove reference to pitchyin.c --- src/pitch/pitchyinfft.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pitch/pitchyinfft.h b/src/pitch/pitchyinfft.h index 4437add6..4bd07137 100644 --- a/src/pitch/pitchyinfft.h +++ b/src/pitch/pitchyinfft.h @@ -22,10 +22,10 @@ Pitch detection using a spectral implementation of the YIN algorithm - This algorithm was derived from the YIN algorithm (see pitchyin.c). In this - implementation, a Fourier transform is used to compute a tapered square - difference function, which allows spectral weighting. Because the difference - function is tapered, the selection of the period is simplified. + This algorithm was derived from the YIN algorithm. In this implementation, a + Fourier transform is used to compute a tapered square difference function, + which allows spectral weighting. Because the difference function is tapered, + the selection of the period is simplified. Paul Brossier, [Automatic annotation of musical audio for interactive systems](http://aubio.org/phd/), Chapter 3, Pitch Analysis, PhD thesis, -- 2.11.0