|
NAMEaubio - a command line tool to extract information from sound filesSYNOPSISaubio [-h] [-V] <command> ... COMMANDSThe general syntax is "aubio <command> <soundfile> [options]". The following commands are available:
For a list of available commands, use "aubio -h". For more info about each command, use "aubio <command> --help". GENERAL OPTIONSThese options can be used before any command has been specified.
COMMON OPTIONSThe following options can be used with all commands:
ONSETThe following additional options can be used with the "onset" subcommand.
PITCHThe following additional options can be used with the "pitch" subcommand.
The default buffer size for the beat algorithm is 2048. The default hop size is 256. BEATThe "beat" command accepts all common options and no additional options.The default buffer size for the beat algorithm is 1024. The default hop size is 512. TEMPOThe "tempo" command accepts all common options and no additional options.The default buffer size for the beat algorithm is 1024. The default hop size is 512. NOTESThe following additional options can be used with the "notes" subcommand.
MFCCThe "mfcc" command accepts all common options and no additional options.MELBANDSThe "melbands" command accepts all common options and no additional options.EXAMPLESExtract onsets using a minimum inter-onset interval of 30ms:aubio onset /path/to/input_file -M 30msExtract pitch with method "mcomb" and a silence threshold of -90dB: aubio pitch /path/to/input_file -m mcomb -s -90.0Extract MFCC using the standard Slaney implementation: aubio mfcc /path/to/input_file -r 44100 SEE ALSOaubiocut(1)AUTHORThis manual page was written by Paul Brossier <piem@aubio.org>. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Visit the GSP FreeBSD Man Page Interface. |