1AUBIOMFCC(1)                  aubio User's manual                 AUBIOMFCC(1)
2
3
4

NAME

6       aubiomfcc - a command line tool to compute Mel-Frequency Cepstrum Coef‐
7       ficients
8

SYNOPSIS

10       aubiomfcc source
11       aubiomfcc [[-i] source]
12                 [-r rate] [-B win] [-H hop]
13                 [-T time-format]
14                 [-v] [-h]
15
16

DESCRIPTION

18       aubiomfcc compute the Mel-Frequency Cepstrum Coefficients (MFCC).
19
20       MFCCs are coefficients that make up for the mel-frequency  spectrum,  a
21       representation of the short-term power spectrum of a sound. By default,
22       13 coefficients are computed using 40 filters.
23
24       When started with an input source (-i/--input),  the  coefficients  are
25       given on the console, prefixed by their timestamps in seconds.
26

OPTIONS

28       This  program  follows the usual GNU command line syntax, with long op‐
29       tions starting with two dashes (--). A summary of options  is  included
30       below.
31
32       -i, --input source
33              Run  analysis  on  this  audio  file. Most uncompressed and com‐
34              pressed are supported, depending on how aubio was built.
35
36       -r, --samplerate rate
37              Fetch the input source, resampled at the  given  sampling  rate.
38              The  rate  should be specified in Hertz as an integer. If 0, the
39              sampling rate of the original source will be used.  Defaults  to
40              0.
41
42       -B, --bufsize win
43              The  size  of  the  buffer to analyze, that is the length of the
44              window used for spectral and temporal computations. Defaults  to
45              512.
46
47       -H, --hopsize hop
48              The  number  of  samples  between two consecutive analysis.  De‐
49              faults to 256.
50
51       -T, --timeformat format
52              Set time format (samples, ms, seconds). Defaults to seconds.
53
54       -h, --help
55              Print a short help message and exit.
56
57       -v, --verbose
58              Be verbose.
59

REFERENCES

61       Using the default parameters, the filter coefficients will be  computed
62       according  to  Malcolm Slaney's Auditory Toolbox, available at the fol‐
63       lowing url:
64
65       https://engineering.purdue.edu/~malcolm/interval/1998-010/  (see   file
66       mfcc.m)
67

SEE ALSO

69       aubioonset(1),   aubiopitch(1),  aubiotrack(1),  aubionotes(1),  aubio‐
70       quiet(1), and aubiocut(1).
71

AUTHOR

73       This manual page was written by Paul Brossier <piem@aubio.org>. Permis‐
74       sion  is  granted to copy, distribute and/or modify this document under
75       the terms of the GNU General Public License as published  by  the  Free
76       Software  Foundation,  either version 3 of the License, or (at your op‐
77       tion) any later version.
78
79
80
81aubio 0.4.9                      20 July 2022                     AUBIOMFCC(1)
Impressum