Basic MFCC
BasicMFCC(
sample_rate = 16000,
n_mfcc = 40,
dct_type = 2,
norm = "ortho",
log_mels = FALSE,
melkwargs = NULL
)
sample rate
number of mel-frequency cepstral coefficients
dct type
normalization type
apply log to mels
additional arguments for mels
None