Changeset d45d118


Ignore:
Timestamp:
Mar 2, 2006, 7:43:33 PM (19 years ago)
Author:
Paul Brossier <piem@altern.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
3043081
Parents:
1944aaf
Message:

web: use multiple pitch methods
web: use multiple pitch methods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/web/html.py

    r1944aaf rd45d118  
    178178## pitch foo
    179179def draw_pitch(req,threshold='0.3'):
    180     draw_func(req,"aubiopitch -i %%i -p -m yin -t %s -O stdout" % threshold)
     180    draw_func(req,"aubiopitch -i %%i -p -m schmitt,yin,fcomb,mcomb -t %s -O stdout" % threshold)
    181181
    182182def show_pitch(req):
Note: See TracChangeset for help on using the changeset viewer.