Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
Micalling committed Sep 20, 2024
1 parent 39e2674 commit b0eb09f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/paddle/audio/functional/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,9 +415,6 @@ def get_window(
>>> std = 7
>>> gaussian_window = paddle.audio.functional.get_window(('gaussian', std), n_fft)
>>> beta = 14.0
>>> kaiser_window = paddle.audio.functional.get_window(('kaiser', beta), n_fft)
"""
sym = not fftbins
args = ()
Expand Down

0 comments on commit b0eb09f

Please sign in to comment.