Changeset 633400d for doc/aubionotes.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/aubionotes.txt

    r5b46bc3 r633400d  
    77  aubionotes [[-i] source]
    88             [-r rate] [-B win] [-H hop]
    9              [-O method] [-t thres]
     9             [-O method] [-t thres] [-d drop]
    1010             [-p method] [-u unit] [-l thres]
    1111             [-T time-format]
     
    5151  over-detections. Defaults to 0.3.
    5252
     53  -M, --minioi value  Set the minimum inter-onset interval, in seconds, the
     54  shortest interval between two consecutive notes. Defaults to 0.030
     55
    5356  -p, --pitch method  The pitch detection method to use. See PITCH METHODS
    5457  below. Defaults to 'default'.
     
    6568  will not be detected. A value of -20.0 would eliminate most onsets but the
    6669  loudest ones. A value of -90.0 would select all onsets. Defaults to -90.0.
     70
     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.
    6774
    6875  -T, --timeformat format  Set time format (samples, ms, seconds). Defaults to
     
    8592PITCH METHODS
    8693
    87   Available methods: default, schmitt, fcomb, mcomb, specacf, yin, yinfft.
     94  Available methods: default, schmitt, fcomb, mcomb, specacf, yin, yinfft,
     95  yinfast.
    8896
    8997  See aubiopitch(1) for details about these methods.
Note: See TracChangeset for help on using the changeset viewer.