Changeset 1566886 for python/aubiocut
- Timestamp:
- Oct 7, 2006, 11:15:53 PM (18 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:
- 3a323d0
- Parents:
- cbea730
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubiocut
rcbea730 r1566886 81 81 help="add spectrogram to the plot") 82 82 parser.add_option("-v","--verbose", 83 action="store_true", dest="verbose", default= False,83 action="store_true", dest="verbose", default=True, 84 84 help="make lots of noise [default]") 85 85 parser.add_option("-q","--quiet", 86 action="store_false", dest="verbose", default= False,86 action="store_false", dest="verbose", default=True, 87 87 help="be quiet") 88 88 # to be implemented
Note: See TracChangeset
for help on using the changeset viewer.