shithub: aubio

Download patch

ref: 0e755894192da355b20c4494aaba445fa4adff28
parent: 95dc7f22aae8730b570fce5e226b6240a1b9e3e5
author: Paul Brossier <piem@piem.org>
date: Mon Apr 8 07:51:45 EDT 2013

python/tests/test_pitch.py: more tests

--- a/python/tests/test_pitch.py
+++ b/python/tests/test_pitch.py
@@ -72,9 +72,12 @@
         #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. ),