Changeset 71b8af2 for doc


Ignore:
Timestamp:
Oct 31, 2018, 4:03:08 PM (5 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
Children:
68daf5b
Parents:
51070ac
Message:

[doc] add --release-drop to manpages

Location:
doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/aubio.txt

    r51070ac r71b8af2  
    9999NOTES
    100100
    101   The "note" command accepts all common options and no additional options.
     101  The following additional options can be used with the "notes" subcommand.
     102
     103  -s <value>, --silence <value>  silence threshold, in dB (default: -70)
     104
     105  -d <value>, --release-drop <value>  release drop level, in dB. If the level
     106  drops more than this amount since the last note started, the note will be
     107  turned off (default: 10).
    102108
    103109MFCC
  • doc/aubionotes.txt

    r51070ac r71b8af2  
    6969  loudest ones. A value of -90.0 would select all onsets. Defaults to -90.0.
    7070
    71   -d, --release-drop  Set the release drop threshold, in dB. If the level is
    72   found to drop more than this amount since the last note has started, the
    73   note will be turned-off. Defaults to 10.
     71  -d, --release-drop  Set the release drop threshold, in dB. If the level drops
     72  more than this amount since the last note started, the note will be turned
     73  off. Defaults to 10.
    7474
    7575  -T, --timeformat format  Set time format (samples, ms, seconds). Defaults to
Note: See TracChangeset for help on using the changeset viewer.