Changeset c18981e


Ignore:
Timestamp:
Jan 29, 2015, 12:41:42 PM (9 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

doc/aubiocut.txt: improve documentation, adding -o, --cut-until-nsamples, and --cut-until-nslices

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/aubiocut.txt

    r74dcddb rc18981e  
    2020
    2121  -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   the 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.
    2424
    2525  -B, --bufsize win  The size of the buffer to analyze, that is the length
     
    4040
    4141  -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).
    4352
    4453  -h, --help  Print a short help message and exit.
Note: See TracChangeset for help on using the changeset viewer.