From c3de7ca29c137fd4152a0957c7efe1d6eae70026 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 9 May 2017 16:11:08 +0200 Subject: [PATCH] python/tests/test_pitch.py: add yinfast --- python/tests/test_pitch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/tests/test_pitch.py b/python/tests/test_pitch.py index 00c8eea8..749c37b7 100755 --- a/python/tests/test_pitch.py +++ b/python/tests/test_pitch.py @@ -70,8 +70,8 @@ class aubio_pitch_Sinusoid(TestCase): #print 'len(pitches), cut:', len(pitches), cut #print 'median errors: ', median(errors), 'median pitches: ', median(pitches) -pitch_algorithms = [ "default", "yinfft", "yin", "schmitt", "mcomb", "fcomb" , "specacf" ] -pitch_algorithms = [ "default", "yinfft", "yin", "schmitt", "mcomb", "fcomb" ] +pitch_algorithms = [ "default", "yinfft", "yin", "yinfast", "schmitt", "mcomb", "fcomb" , "specacf" ] +pitch_algorithms = [ "default", "yinfft", "yin", "yinfast", "schmitt", "mcomb", "fcomb" ] #freqs = [ 27.5, 55., 110., 220., 440., 880., 1760., 3520. ] freqs = [ 110., 220., 440., 880., 1760., 3520. ] -- 2.11.0