seungwonpark / istft-pytorch

Two different PyTorch implementation of Inverse-STFT for discussion at https://github.com/keunwoochoi/torchaudio-contrib/issues/27

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMPORTANT: torch.istft will be available from torch>=1.6.0. See pytorch/pytorch#35569

istft-pytorch

Two different PyTorch implementation of Inverse-STFT.

Since there's no official implementation of Inverse-STFT in pytorch, people are trying to implement it by their own. keunwoochoi/torchaudio-contrib#27 was one of that, and this repository shows the speed performance comparison of two different codes.

Speed comparison results are shown in #3. istft_deconv.py is much faster.

Please refer to keunwoochoi/torchaudio-contrib#27 for further discussion.

License & Authors

Keunwoo Choi initially implemented istft_irfft.py. istft_deconv.py was implemented by me(Seungwon Park). inspection.py was kindly written by Juan F. Montesinos.

License: GNU General Public License v3.0

About

Two different PyTorch implementation of Inverse-STFT for discussion at https://github.com/keunwoochoi/torchaudio-contrib/issues/27

License:GNU General Public License v3.0


Languages

Language:Python 100.0%