-
Notifications
You must be signed in to change notification settings - Fork 0
Home
PaoloSani edited this page Jun 23, 2022
·
20 revisions
This is the official documentation for Spectrogram Player.
Methods | Input | Output | Link |
---|---|---|---|
Griffin-Lim | Linear spectrogram | waveform | Librosa's page |
MelGAN | Mel-Spectrogram | Waveform | Nvidia catalog - MelGAN |
HiFi-Gan | Mel-spectrogram | Waveform | Nvidia catalog - HiFi-GAN |
SqueezeWave | Mel-spectrogram | Waveform | Nvidia catalog - SqueezeWave |
UniGlow | Mel-spectrogram | Waveform | Nvidia catalog - UniGlow |
UnivNet | Mel-spectrogram | Waveform | Nvidia catalog - UnivNet |
Deep Griffin-Lim | Mel-spectrogram* | Waveform | Reference Repo |
- Deep Griffin-Lim also adds a uniform noise to the original signal.
Authors:
- Michele Perrone: [email protected]
- Paolo Sani: [email protected]