Changeset 846330f


Ignore:
Timestamp:
Dec 7, 2013, 8:55:56 PM (10 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
f0dd5fb
Parents:
53d1497
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/pitch/pitchyinfft.h

    r53d1497 r846330f  
    2323  Pitch detection using a spectral implementation of the YIN algorithm
    2424 
    25   This algorithm was derived from the YIN algorithm (see pitchyin.c). In this
    26   implementation, a Fourier transform is used to compute a tapered square
    27   difference function, which allows spectral weighting. Because the difference
    28   function is tapered, the selection of the period is simplified.
     25  This algorithm was derived from the YIN algorithm. In this implementation, a
     26  Fourier transform is used to compute a tapered square difference function,
     27  which allows spectral weighting. Because the difference function is tapered,
     28  the selection of the period is simplified.
    2929 
    3030  Paul Brossier, [Automatic annotation of musical audio for interactive
Note: See TracChangeset for help on using the changeset viewer.