.TH "AUBIOTRACK" "1" .SH "NAME" aubiotrack \(em a command line tool for real time beat tracking .SH "SYNOPSIS" .PP \fBaubiotrack \fB[options] [\-i soundfile]\fR\fR .SH "DESCRIPTION" .PP \fBaubiotrack\fR attempts to tap the beat and detect beat locations in musical sounds. When started with an input file argument (\fB-i\fP), aubiotrack print the beat locations in second detected in the file. .PP When started without an input file argument (\fB\-\-input\fP), \fBaubiotrack\fR creates jack input and output ports. When an input file is given, the results are given on the console. .SH "OPTIONS" .PP This program follows the usual GNU command line syntax, with long options starting with two dashes (`\-'). A summary of options is included below. .IP "\fB-i\fP \fB\-\-input filein\fP" 10 Run analysis on this audio file. Most common uncompressed formats are supported. .IP "\fB-o\fP \fB\-\-output fileout\fP" 10 Save results in this file. The file will be created on the model of the input file. Results are marked by a short wood-block sample. .IP "\fB-O\fP \fB\-\-onset mode\fP" 10 The onset detection function to run. Available functions are \fIcomplexdomain\fP, \fIhfc\fP, \fIphase\fP, \fIspecdiff\fP, \fIenergy\fP, \fIkl\fP and \fImkl\fP. By default, both Kullback Liebler (kl) and complex domain are used in parallel. .IP "\fB-t\fP \fB\-\-threshold value\fP" 10 Set the threshold value for the onset peak picking. Typical values are within \fB0.001\fP and \fB0.900\fP. Default is \fB0.1\fP. \fILower\fP threshold values imply \fImore\fP onsets detected. Try \fB0.3\fP in case of over-detections. .IP "\fB-j\fP \fB\-\-jack\fP" 10 Run in jack mode (default when started without input file) and creates a midi output. .IP "\fB-v\fP \fB\-\-verbose\fP" 10 Show results on the console (default). .IP "\fB-h\fP \fB\-\-help\fP" 10 Show summary of options. .SH "BUGS" .PP For now the program has only been tested on audio signals sampled at 44.1\ kHz. .SH "SEE ALSO" .PP \fBaubioonset\fR(1) \fBaubionotes\fR(1) \fBaubiocut\fR(1) \fBaubiopitch\fR(1) .SH "AUTHOR" .PP This manual page was written by Paul Brossier (piem@altern.org). 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. .PP On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. .\" created by instant / docbook-to-man, Sat 07 Oct 2006, 23:52