- Timestamp:
- Nov 4, 2018, 9:06:36 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:
- ed298b2
- Parents:
- eff63ab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/aubio/cmd.py
reff63ab r5f2f459 243 243 metavar = "<outputdir>", 244 244 action="store", dest="output_directory", default=None, 245 help="specify path where slices of the original file should' 245 help="specify path where slices of the original file should' \ 246 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' 250 help="how many extra samples should be added at the end of' \ 251 251 ' each slice") 252 252 self.add_argument("--cut-every-nslices", type = int, … … 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' 259 help="how many extra slices should be added at the end of' \ 260 260 ' each slice") 261 261 self.add_argument("--create-first",
Note: See TracChangeset
for help on using the changeset viewer.