Changeset ed298b2 for python/lib/aubio
- Timestamp:
- Nov 4, 2018, 9:08:02 PM (6 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
- Children:
- c3fc8d9
- Parents:
- 5f2f459
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/aubio/cmd.py
r5f2f459 red298b2 243 243 metavar = "<outputdir>", 244 244 action="store", dest="output_directory", default=None, 245 help="specify path where slices of the original file should ' \246 'be created")245 help="specify path where slices of the original file should" 246 " be created") 247 247 self.add_argument("--cut-until-nsamples", type = int, 248 248 metavar = "<samples>", 249 249 action = "store", dest = "cut_until_nsamples", default = None, 250 help="how many extra samples should be added at the end of ' \251 'each slice")250 help="how many extra samples should be added at the end of" 251 " each slice") 252 252 self.add_argument("--cut-every-nslices", type = int, 253 253 metavar = "<samples>", … … 257 257 metavar = "<slices>", 258 258 action = "store", dest = "cut_until_nslices", default = None, 259 help="how many extra slices should be added at the end of ' \260 'each slice")259 help="how many extra slices should be added at the end of" 260 " each slice") 261 261 self.add_argument("--create-first", 262 262 action = "store_true", dest = "create_first", default = False,
Note: See TracChangeset
for help on using the changeset viewer.