Skip to content

Commit

Permalink
add docstring: espnet2/train/preprocessor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kamo-naoyuki committed Jan 4, 2021
1 parent 088ce3b commit 7d3c7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion espnet2/train/preprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def detect_non_silence(
frame_shift: int = 512,
window: str = "boxcar",
) -> np.ndarray:
"""
"""Power based voice activity detection.
Args:
x: (Channel, Time)
Expand Down

0 comments on commit 7d3c7b1

Please sign in to comment.