- Timestamp:
- Feb 23, 2006, 3:16:06 AM (19 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/web/html.py
r37f0352 r2d975cf 171 171 ## waveform_foo 172 172 def 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") 175 174 176 175 def show_sound(req): … … 179 178 ## pitch foo 180 179 def 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) 182 181 183 182 def show_pitch(req):
Note: See TracChangeset
for help on using the changeset viewer.