Changeset c18981e
- Timestamp:
- Jan 29, 2015, 12:41:42 PM (10 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:
- 1ba8e60
- Parents:
- 74dcddb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/aubiocut.txt
r74dcddb rc18981e 20 20 21 21 -r, --samplerate rate Fetch the input source, resampled at the given 22 sampling rate. The rate should be specified in Hertz as an integer. If 0,23 t he sampling rate of the original source will be used. Defaults to 0.22 sampling rate. The rate should be specified in Hertz as an integer. If set 23 to 0, the sampling rate of the original source will be used. Defaults to 0. 24 24 25 25 -B, --bufsize win The size of the buffer to analyze, that is the length … … 40 40 41 41 -c, --cut Cut input sound file at detected labels. A new sound files for 42 each slice will be created in the current directory. 42 each slice will be created in the current directory. 43 44 -o, --output directory Specify the directory path where slices of the 45 original source should be created. 46 47 --cut-until-nsamples n How many extra samples should be added at the end of 48 each slice (default 0). 49 50 --cut-until-nslices n How many extra slices should be added at the end of 51 each slice (default 0). 43 52 44 53 -h, --help Print a short help message and exit.
Note: See TracChangeset
for help on using the changeset viewer.