Skip to content

Commit

Permalink
Update utils/generate_wav_from_fbank.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Takenori Yoshimura <[email protected]>
  • Loading branch information
kan-bayashi and takenori-y authored Aug 15, 2019
1 parent bc7558b commit 9f7423c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/generate_wav_from_fbank.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __call__(self, y):
"""Apply time invariant MLSA filter.
Args:
y (ndarray): Wavnform signal normalized from -1 to 1 (N,).
y (ndarray): Waveform signal normalized from -1 to 1 (N,).
Returns:
y (ndarray): Filtered waveform signal normalized from -1 to 1 (N,).
Expand Down

0 comments on commit 9f7423c

Please sign in to comment.