transform_sliding_window_cmn | R Documentation |
Apply sliding-window cepstral mean (and optionally variance) normalization per utterance.
transform_sliding_window_cmn(
cmn_window = 600,
min_cmn_window = 100,
center = FALSE,
norm_vars = FALSE
)
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 |
forward param: waveform (Tensor): Tensor of audio of dimension (..., time).
Tensor: Tensor of audio of dimension (..., time).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.