From 7f0fd1d8ae701132c8f11d2ae1809b815121cdae Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 25 Mar 2014 13:47:57 -0300 Subject: [PATCH] src/pitch/pitchyin.{c,h}: fix typo, developed --- doc/aubiopitch.txt | 2 +- src/pitch/pitch.h | 2 +- src/pitch/pitchyin.c | 2 +- src/pitch/pitchyin.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/aubiopitch.txt b/doc/aubiopitch.txt index bf9f341e..1fc8205d 100644 --- a/doc/aubiopitch.txt +++ b/doc/aubiopitch.txt @@ -99,7 +99,7 @@ PITCH METHODS yin YIN algorithm - This algorithm was developped by A. de Cheveigne and H. Kawahara and + This algorithm was developed by A. de Cheveigne and H. Kawahara and was first published in: De Cheveigné, A., Kawahara, H. (2002) "YIN, a fundamental frequency diff --git a/src/pitch/pitch.h b/src/pitch/pitch.h index 75ff3992..a7780714 100644 --- a/src/pitch/pitch.h +++ b/src/pitch/pitch.h @@ -73,7 +73,7 @@ extern "C" { \b \p yin : YIN algorithm - This algorithm was developped by A. de Cheveigne and H. Kawahara and + This algorithm was developed by A. de Cheveigne and H. Kawahara and published in: De Cheveigné, A., Kawahara, H. (2002) "YIN, a fundamental frequency diff --git a/src/pitch/pitchyin.c b/src/pitch/pitchyin.c index 725d1d1a..33e9882a 100644 --- a/src/pitch/pitchyin.c +++ b/src/pitch/pitchyin.c @@ -18,7 +18,7 @@ */ -/* This algorithm was developped by A. de Cheveigné and H. Kawahara and +/* This algorithm was developed by A. de Cheveigné and H. Kawahara and * published in: * * de Cheveigné, A., Kawahara, H. (2002) "YIN, a fundamental frequency diff --git a/src/pitch/pitchyin.h b/src/pitch/pitchyin.h index 2b2a0240..7835673b 100644 --- a/src/pitch/pitchyin.h +++ b/src/pitch/pitchyin.h @@ -22,7 +22,7 @@ Pitch detection using the YIN algorithm - This algorithm was developped by A. de Cheveigne and H. Kawahara and + This algorithm was developed by A. de Cheveigne and H. Kawahara and published in: De Cheveigné, A., Kawahara, H. (2002) "YIN, a fundamental frequency -- 2.11.0