From d45d118938ed6b13b66ce4fd6411bf24595ec94c Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 2 Mar 2006 18:43:33 +0000 Subject: [PATCH] web: use multiple pitch methods web: use multiple pitch methods --- python/aubio/web/html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/aubio/web/html.py b/python/aubio/web/html.py index 4f4a6e65..ecd3ea7e 100644 --- a/python/aubio/web/html.py +++ b/python/aubio/web/html.py @@ -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") -- 2.26.2