File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
33* diffsptk* is a differentiable version of [ SPTK] ( https://github.com/sp-nitech/SPTK ) based on the PyTorch framework.
44
5- [ ![ Manual] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://sp-nitech.github.io/diffsptk/3.1 .0/ )
5+ [ ![ Manual] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://sp-nitech.github.io/diffsptk/3.2 .0/ )
66[ ![ Downloads] ( https://static.pepy.tech/badge/diffsptk )] ( https://pepy.tech/project/diffsptk )
77[ ![ ClickPy] ( https://img.shields.io/badge/downloads-clickpy-yellow.svg )] ( https://clickpy.clickhouse.com/dashboard/diffsptk )
88[ ![ Python Version] ( https://img.shields.io/pypi/pyversions/diffsptk.svg )] ( https://pypi.python.org/pypi/diffsptk )
Original file line number Diff line number Diff line change @@ -250,6 +250,7 @@ def _forward(
250250 for n in range (n_iter ):
251251 t = stft (istft (s * angle , out_length = out_length ))
252252 t = t [..., : s .shape [- 2 ], :]
253+
253254 if 0 == n :
254255 c = d = t
255256 else :
Original file line number Diff line number Diff line change 1- __version__ = "3.1.1.dev0 "
1+ __version__ = "3.2.0 "
Original file line number Diff line number Diff line change 11.. _griffin :
22
33griffin
4- ======
4+ =======
55
66.. autoclass :: diffsptk.GriffinLim
77 :members:
You can’t perform that action at this time.
0 commit comments