Changeset 41b985f for doc/aubioonset.txt


Ignore:
Timestamp:
Mar 12, 2017, 11:26:24 AM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
sampler
Children:
bde49c4a
Parents:
71f2e5f (diff), 67b6618 (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 'origin/master' into sampler

Conflicts:

.travis.yml
Makefile
examples/aubionotes.c
examples/parse_args.h
python/demos/demo_timestretch_online.py
python/lib/moresetuptools.py
python/tests/test_source.py
setup.py
src/io/source.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/aubioonset.txt

    r71f2e5f r41b985f  
    1010             [-T time-format]
    1111             [-s sil] [-m] [-f]
    12              [-j] [-v] [-h]
     12             [-j] [-N miditap-note] [-V miditap-velo]
     13             [-v] [-h]
    1314
    1415DESCRIPTION
     
    4950
    5051  -t, --onset-threshold thres  Set the threshold value for the onset peak
    51   picking. Typical values are typically within 0.001 and 0.900. Defaults to
    52   0.1. Lower threshold values imply more onsets detected. Try 0.5 in case of
    53   over-detections. Defaults to 0.3.
     52  picking. Values are typically in the range [0.001, 0.900]. Lower threshold
     53  values imply more onsets detected. Increasing this threshold should reduce
     54  the number of incorrect detections. Defaults to 0.3.
    5455
    55   -s, --silence sil  Set the silence threshold, in dB, under which the pitch
     56  -M, --minioi value  Set the minimum inter-onset interval, in seconds, the
     57  shortest interval between two consecutive onsets. Defaults to 0.020
     58
     59  -s, --silence sil  Set the silence threshold, in dB, under which the onset
    5660  will not be detected. A value of -20.0 would eliminate most onsets but the
    5761  loudest ones. A value of -90.0 would select all onsets. Defaults to -90.0.
     
    6771  -j, --jack  Use Jack input/output. You will need a Jack connection
    6872  controller to feed aubio some signal and listen to its output.
     73
     74  -N, --miditap-note  Override note value for MIDI tap. Defaults to 69.
     75
     76  -V, --miditap-velop  Override velocity value for MIDI tap. Defaults to 65.
    6977
    7078  -h, --help  Print a short help message and exit.
Note: See TracChangeset for help on using the changeset viewer.