functional_sliding_window_cmn | R Documentation |
Apply sliding-window cepstral mean (and optionally variance) normalization per utterance.
functional_sliding_window_cmn( waveform, cmn_window = 600, min_cmn_window = 100, center = FALSE, norm_vars = FALSE )
waveform |
(Tensor): Tensor of audio of dimension (..., freq, time) |
cmn_window |
(int, optional): Window in frames for running average CMN computation (int, default = 600) |
min_cmn_window |
(int, optional): Minimum CMN window used at start of decoding (adds latency only at start).
Only applicable if center == |
center |
(bool, optional): If |
norm_vars |
(bool, optional): If |
tensor
: Tensor of freq of dimension (..., frame)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.