From: Paul Brossier Date: Thu, 2 Mar 2006 18:43:33 +0000 (+0000) Subject: web: use multiple pitch methods X-Git-Tag: bzr2git~745 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d45d118938ed6b13b66ce4fd6411bf24595ec94c;p=aubio.git web: use multiple pitch methods web: use multiple pitch methods --- 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")