- Timestamp:
- Dec 7, 2013, 8:55:56 PM (11 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitch/pitchyinfft.h
r53d1497 r846330f 23 23 Pitch detection using a spectral implementation of the YIN algorithm 24 24 25 This algorithm was derived from the YIN algorithm (see pitchyin.c). In this26 implementation, a Fourier transform is used to compute a tapered square27 difference function, which allows spectral weighting. Because the difference28 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. 29 29 30 30 Paul Brossier, [Automatic annotation of musical audio for interactive
Note: See TracChangeset
for help on using the changeset viewer.