View source: R/audio_core_spectrogram.R
AudioToMFCC | R Documentation |
Transform to create MFCC features from audio tensors.
AudioToMFCC(
sample_rate = 16000,
n_mfcc = 40,
dct_type = 2,
norm = "ortho",
log_mels = FALSE,
melkwargs = NULL
)
sample_rate |
sample rate |
n_mfcc |
number of mel-frequency cepstral coefficients |
dct_type |
dct type |
norm |
normalization type |
log_mels |
apply log to mels |
melkwargs |
additional arguments for mels |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.