Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 376 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 376 Bytes

FastGriffinLim_Pytorch

An implement of Fast Griffin-Lim Algorithm [1] using PyTorch (Differentiable)

Part of the code is from TorchAudio [2]

Demo

python main.py orginal.wav reconstruction.wav

References

[1] A fast Griffin-Lim algorithm

[2] TorchAudio