AUBIO(1) | aubio User's manual | AUBIO(1) |
aubio - a command line tool to extract information from sound files
aubio [-h] [-V] <command> ...
The 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".
These options can be used before any command has been specified.
The following options can be used with all commands:
The following additional options can be used with the "onset" subcommand.
The 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.
The "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.
The "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.
The following additional options can be used with the "notes" subcommand.
The "mfcc" command accepts all common options and no additional options.
The "melbands" command accepts all common options and no additional options.
Extract onsets using a minimum inter-onset interval of 30ms:
Extract pitch with method "mcomb" and a silence threshold of -90dB:
aubio onset /path/to/input_file -M 30ms
Extract MFCC using the standard Slaney implementation:
aubio pitch /path/to/input_file -m mcomb -s -90.0
aubio mfcc /path/to/input_file -r 44100
This 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.
30 January 2023 | aubio 0.4.9 |