From cab29108a74450e1ebd6caff63b0bd1594da39f1 Mon Sep 17 00:00:00 2001 From: Patrice Guyot Date: Thu, 19 Apr 2018 14:15:23 +0200 Subject: [PATCH] read-me updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4c2e57..dedb88f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Based on the article: \[1\] De Cheveigné, A., & Kawahara, H. (2002). YIN, a fundamental frequency estimator for speech and music. The Journal of the Acoustical Society of America, 111(4), 1917-1930. -All the functions in the code correspond to step in the article \[1\]. Meanwhile, the difference function has been modify substantially in order to improve speed. Finally, speed have been improved by more than 1000x. +All the functions in the code correspond to steps in the article \[1\]. Meanwhile, the difference function has been modify substantially in order to improve speed. Finally, speed has been improved by more than 1000x. ## Prerequisites @@ -19,7 +19,7 @@ All the functions in the code correspond to step in the article \[1\]. Meanwhile $python yin.py -All parameters (i.e frequence min, frequence max, harmonic threshold) in the yin.py function should be adapted to obtain good results. +All parameters (i.e frequence min, frequence max, harmonic threshold) in the yin.py function should be adapted to obtain good results. See the article \[1\] for more details. ## Authors