Changeset 97b8c3d for python/aubiopitch
- Timestamp:
- Jun 6, 2005, 5:01:21 PM (20 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:
- 0ce9acc3
- Parents:
- 13340a68
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubiopitch
r13340a68 r97b8c3d 7 7 8 8 import sys 9 import numarray10 9 from aubio.aubioclass import * 11 10 … … 31 30 help="input sound file") 32 31 parser.add_option("-m","--mode", action="callback", 33 callback=check_mode, dest="mode", default=aubio_ schmitt,34 help="pitch detection mode [default= dual] \32 callback=check_mode, dest="mode", default=aubio_mcomb, 33 help="pitch detection mode [default=mcomb] \ 35 34 mcomb|yin|fcomb|schmitt") 36 35 parser.add_option("-B","--bufsize",
Note: See TracChangeset
for help on using the changeset viewer.