Skip to content

seungwonpark/istft-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages