@@ -233,7 +233,7 @@ def spectrogram(waveform: Tensor,
233233 round_to_power_of_two (bool, optional): If True, round window size to power of two by zero-padding input
234234 to FFT. Defaults to True.
235235 sr (int, optional): Sample rate of input waveform. Defaults to 16000.
236- snip_edges (bool, optional): Drop samples in the end of waveform that cann 't fit a signal frame when it
236+ snip_edges (bool, optional): Drop samples in the end of waveform that can 't fit a signal frame when it
237237 is set True. Otherwise performs reflect padding to the end of waveform. Defaults to True.
238238 subtract_mean (bool, optional): Whether to subtract mean of feature files. Defaults to False.
239239 window_type (str, optional): Choose type of window for FFT computation. Defaults to "povey".
@@ -443,7 +443,7 @@ def fbank(waveform: Tensor,
443443 round_to_power_of_two (bool, optional): If True, round window size to power of two by zero-padding input
444444 to FFT. Defaults to True.
445445 sr (int, optional): Sample rate of input waveform. Defaults to 16000.
446- snip_edges (bool, optional): Drop samples in the end of waveform that cann 't fit a signal frame when it
446+ snip_edges (bool, optional): Drop samples in the end of waveform that can 't fit a signal frame when it
447447 is set True. Otherwise performs reflect padding to the end of waveform. Defaults to True.
448448 subtract_mean (bool, optional): Whether to subtract mean of feature files. Defaults to False.
449449 use_energy (bool, optional): Add an dimension with energy of spectrogram to the output. Defaults to False.
@@ -566,7 +566,7 @@ def mfcc(waveform: Tensor,
566566 round_to_power_of_two (bool, optional): If True, round window size to power of two by zero-padding input
567567 to FFT. Defaults to True.
568568 sr (int, optional): Sample rate of input waveform. Defaults to 16000.
569- snip_edges (bool, optional): Drop samples in the end of waveform that cann 't fit a signal frame when it
569+ snip_edges (bool, optional): Drop samples in the end of waveform that can 't fit a signal frame when it
570570 is set True. Otherwise performs reflect padding to the end of waveform. Defaults to True.
571571 subtract_mean (bool, optional): Whether to subtract mean of feature files. Defaults to False.
572572 use_energy (bool, optional): Add an dimension with energy of spectrogram to the output. Defaults to False.
0 commit comments