shithub: aubio

Download patch

ref: 846330f674e5a6d6454b2be8c75e3873b8028de2
parent: 53d14975fd54802c8eb84104d51f94976a1d868f
author: Paul Brossier <piem@piem.org>
date: Sat Dec 7 09:55:56 EST 2013

src/pitch/pitchyinfft.h: remove reference to pitchyin.c

--- 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,
--