web: use multiple pitch methods
authorPaul Brossier <piem@altern.org>
Thu, 2 Mar 2006 18:43:33 +0000 (18:43 +0000)
committerPaul Brossier <piem@altern.org>
Thu, 2 Mar 2006 18:43:33 +0000 (18:43 +0000)
web: use multiple pitch methods

python/aubio/web/html.py

index 4f4a6e65f7cce1ecd7a04e6d14837e8c92cad2de..ecd3ea7ed443e3e8dc707270a4aeb589660e49e0 100644 (file)
@@ -177,7 +177,7 @@ def show_sound(req):
 
 ## pitch foo
 def draw_pitch(req,threshold='0.3'):
-    draw_func(req,"aubiopitch -i %%i -p -m yin -t %s -O stdout" % threshold)
+    draw_func(req,"aubiopitch -i %%i -p -m schmitt,yin,fcomb,mcomb -t %s -O stdout" % threshold)
 
 def show_pitch(req):
     show_task(req,"pitch")