From: Paul Brossier Date: Tue, 9 May 2017 14:11:08 +0000 (+0200) Subject: python/tests/test_pitch.py: add yinfast X-Git-Tag: 0.4.6~51^2~2 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=c3de7ca29c137fd4152a0957c7efe1d6eae70026;p=aubio.git python/tests/test_pitch.py: add yinfast --- 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. ]