AUBIOCUT

Name

aubiocut -- a command line tool for real time wav to midi conversion

Synopsis

aubiocut [options] -i soundfile

DESCRIPTION

This manual page documents briefly the aubiocut command.

aubiocut takes an input sound file and produce small file sliced at onset locations. The slices can then be sent to a player, a sequencer, a sampler, or wherever else. The files can be cut at onset times or at silences.

OPTIONS

This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below.

-h --help

show this help message and exit

-i --input filein

input sound file

-m --mode onset_detection_mode

onset detection mode [default=dual] complexdomain|hfc|phase|specdiff|energy|kl|mkl|dual

-B --bufsize=BUFSIZE

buffer size [default=512]

-H --hopsize=HOPSIZE

overlap size [default=256]

-t --threshold=THRESHOLD

onset peak picking threshold [default=0.3]

-C --dcthreshold=DCTHRESHOLD

onset peak picking DC component [default=1.]

-s --silence=SILENCE

silence threshold [default=-70]

-M --mintol=MINIOI

minimum inter onset interval [default=0.048s]

-D --delay=DELAY

number of seconds to take back [default=system] default system delay is 3*hopsize/samplerate

-L --localmin

use local minima after peak detection

-c --cut

cut input sound file at detected labels (best used with option -L)

-d --derivate

derivate onset detection function

-S --silencecut

outputs silence locations instead of onset locations

-z --zerocross=ZEROTHRES

zero-crossing threshold for slicing [default=0.00008]

-p --plot

draw plot

-x --xsize=SIZE

define horizontal plot size [default=1.]

-y --ysize=SIZE

define vertical plot size [default=1.]

-f --function

print detection function

-n --no-onsets

do not plot detected onsets, only detection functions

-O --outplot=OUTPLOT

save plot to output.{eps,ps,png,svg}

-v --verbose

make lots of noise [default]

-q --quiet

be quiet

-b --beat

detect beats and output beat locations

SEE ALSO

aubioonset(1) aubiotrack(1) aubionotes(1) aubiopitch(1)

AUTHOR

This manual page was written by Paul Brossier (). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation.

On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.