python/tests/test_pitch.py: more tests
authorPaul Brossier <piem@piem.org>
Mon, 8 Apr 2013 16:51:45 +0000 (11:51 -0500)
committerPaul Brossier <piem@piem.org>
Mon, 8 Apr 2013 16:51:45 +0000 (11:51 -0500)
python/tests/test_pitch.py

index 76442ca73c2c6e3fde838aa374186ad6f51a9b87..7c67e1378ddcd9fa495d191ed8c63e1af569c9cb 100755 (executable)
@@ -72,9 +72,12 @@ class aubio_pitch_Sinusoid(TestCase):
         #print 'len(pitches), cut:', len(pitches), cut
         #print 'mean errors: ', mean(errors), 'mean pitches: ', mean(pitches)
 
-pitch_algorithms = [ "default", "yinfft", "yin", "schmitt", "mcomb", "fcomb" ]
+pitch_algorithms = [ "default", "yinfft", "yin", "schmitt", "mcomb", "fcomb" , "specacf" ]
 
 signal_modes = [
+        ( 4096,  512, 44100, 2.*882. ),
+        ( 4096,  512, 44100, 882. ),
+        ( 4096,  512, 44100, 440. ),
         ( 2048,  512, 44100, 440. ),
         ( 2048, 1024, 44100, 440. ),
         ( 2048, 1024, 44100, 440. ),