Changeset 2d975cf for python/aubio/web


Ignore:
Timestamp:
Feb 23, 2006, 3:16:06 AM (18 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:
a12563ea
Parents:
37f0352
Message:

fix draw_sound, remove hardcoded params for draw_pitch
fix draw_sound, remove hardcoded params for draw_pitch

File:
1 edited

Legend:

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

    r37f0352 r2d975cf  
    171171## waveform_foo
    172172def draw_sound(req):
    173     #draw_func(req,"aubioplot-audio %%i stdout 2> /dev/null")
    174     draw_func(req,"gdtest %%i 2> /dev/null")
     173    draw_func(req,"aubioplot-audio %%i stdout 2> /dev/null")
    175174
    176175def show_sound(req):
     
    179178## pitch foo
    180179def draw_pitch(req,threshold='0.3'):
    181     draw_func(req,"aubiopitch -i %%i -p -m yin -t %s -O stdout -B 2048 -H 1024" % threshold)
     180    draw_func(req,"aubiopitch -i %%i -p -m yin -t %s -O stdout" % threshold)
    182181
    183182def show_pitch(req):
Note: See TracChangeset for help on using the changeset viewer.