Changeset bfe76d4 for python/aubiopitch
- Timestamp:
- Sep 5, 2005, 2:06:55 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:
- 6efdc83
- Parents:
- 77671b4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubiopitch
r77671b4 rbfe76d4 19 19 parser.add_option("-m","--mode", action="callback", 20 20 callback=check_pitch_mode, dest="mode", 21 default= aubio_pitch_mcomb,21 default=[aubio_pitch_mcomb], 22 22 help="pitch detection mode [default=mcomb] \ 23 23 mcomb|yin|fcomb|schmitt")
Note: See TracChangeset
for help on using the changeset viewer.