BasicMelSpectrogram
BasicMelSpectrogram(
sample_rate = 16000,
n_fft = 400,
win_length = NULL,
hop_length = NULL,
f_min = 0,
f_max = NULL,
pad = 0,
n_mels = 128,
window_fn = torch()$hann_window,
power = 2,
normalized = FALSE,
wkwargs = NULL,
mel = TRUE,
to_db = TRUE
)
sample rate
number of fast fourier transforms
windowing length
hopping length
minimum frequency
maximum frequency
padding
number of mel-spectrograms
window function
power
normalized or not
additional arguments
mel-spectrogram or not
to decibels
None