- Timestamp:
- Jun 6, 2005, 5:01:21 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:
- 0ce9acc3
- Parents:
- 13340a68
- Location:
- python
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubiocut
r13340a68 r97b8c3d 6 6 7 7 import sys 8 import numarray9 8 from aubio.aubioclass import * 10 9 -
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.