Unverified Commit 16de2b5b authored by Mohamed Irfan's avatar Mohamed Irfan Committed by GitHub
Browse files

Fix docstring of `sliding_window_cmn` (#1383)

parent 0b1d1f06
...@@ -944,7 +944,7 @@ def sliding_window_cmn( ...@@ -944,7 +944,7 @@ def sliding_window_cmn(
Apply sliding-window cepstral mean (and optionally variance) normalization per utterance. Apply sliding-window cepstral mean (and optionally variance) normalization per utterance.
Args: Args:
specgram (Tensor): Tensor of audio of dimension (..., freq, time) specgram (Tensor): Tensor of audio of dimension (..., time, freq)
cmn_window (int, optional): Window in frames for running average CMN computation (int, default = 600) 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). min_cmn_window (int, optional): Minimum CMN window used at start of decoding (adds latency only at start).
Only applicable if center == false, ignored if center==true (int, default = 100) Only applicable if center == false, ignored if center==true (int, default = 100)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment