From ffb66f0b07cc05d30aebc65bee54bec2449207aa Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 21 Sep 2018 19:14:51 +0200 Subject: [PATCH] doc/aubiopitch.txt: add note about yinfast --- doc/aubiopitch.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/aubiopitch.txt b/doc/aubiopitch.txt index 1313975c..a521ce17 100644 --- a/doc/aubiopitch.txt +++ b/doc/aubiopitch.txt @@ -120,6 +120,12 @@ PITCH METHODS Chapter 3, Pitch Analysis, PhD thesis, Centre for Digital music, Queen Mary University of London, London, UK, 2006. + yinfast YIN algorithm (accelerated) + + An optimised implementation of the YIN algorithm, yielding results identical + to the original YIN algorithm, while reducing its computational cost from + O(n^2) to O(n log(n)). + SEE ALSO aubioonset(1), -- 2.11.0