Changeset 633400d for doc/aubiocut.txt


Ignore:
Timestamp:
Dec 5, 2018, 10:34:39 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master
Children:
283a619a
Parents:
5b46bc3 (diff), f19db54 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into feature/pitchshift

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/aubiocut.txt

    r5b46bc3 r633400d  
    3535
    3636  -t, --onset-threshold thres  Set the threshold value for the onset peak
    37   picking. Typical values are typically within 0.001 and 0.900. Defaults to
    38   0.1. Lower threshold values imply more onsets detected. Try 0.5 in case of
    39   over-detections. Defaults to 0.3.
     37  picking. Values are typically in the range [0.001, 0.900]. Lower threshold
     38  values imply more onsets detected. Increasing this threshold should reduce
     39  the number of incorrect detections. Defaults to 0.3.
    4040
    4141  -c, --cut  Cut input sound file at detected labels. A new sound files for
     
    5050  --cut-until-nslices n  How many extra slices should be added at the end of
    5151  each slice (default 0).
     52
     53  --create-first  Alway create first slice.
    5254
    5355  -h, --help  Print a short help message and exit.
Note: See TracChangeset for help on using the changeset viewer.