Changeset d45d118
- Timestamp:
- Mar 2, 2006, 7:43:33 PM (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:
- 3043081
- Parents:
- 1944aaf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/web/html.py
r1944aaf rd45d118 178 178 ## pitch foo 179 179 def 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) 181 181 182 182 def show_pitch(req):
Note: See TracChangeset
for help on using the changeset viewer.