- Timestamp:
- Oct 31, 2018, 4:03:08 PM (6 years ago)
- 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
- Location:
- doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/aubio.txt
r51070ac r71b8af2 99 99 NOTES 100 100 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). 102 108 103 109 MFCC -
doc/aubionotes.txt
r51070ac r71b8af2 69 69 loudest ones. A value of -90.0 would select all onsets. Defaults to -90.0. 70 70 71 -d, --release-drop Set the release drop threshold, in dB. If the level is72 found to drop more than this amount since the last note has started, the73 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. 74 74 75 75 -T, --timeformat format Set time format (samples, ms, seconds). Defaults to
Note: See TracChangeset
for help on using the changeset viewer.