-
Notifications
You must be signed in to change notification settings - Fork 0
Home
PaoloSani edited this page Jun 23, 2022
·
20 revisions
Welcome to the SpectrogramPlayer wiki!
Methods | Input | Output | Link | Parameters |
---|---|---|---|---|
Griffin-Lim | Linear spectrogram | waveform | https://librosa.org/doc/main/generated/librosa.griffinlim.html | |
MelGAN | Mel-Spectrogram | Waveform | https://github.com/descriptinc/melgan-neurips | https://github.com/descriptinc/melgan-neurips/blob/6488045bfba1975602288de07a58570c7b4d66ea/mel2wav/modules.py#L26 |
HiFiGan | Mel-spectrogram | Waveform | https://github.com/NVIDIA/NeMo/blob/75c166864541f8b90d525868512f0e4d8dac15da/nemo/collections/tts/models/hifigan.py | |
SqueezeWave | Mel-spectrogram | Waveform | https://github.com/NVIDIA/NeMo/blob/75c166864541f8b90d525868512f0e4d8dac15da/nemo/collections/tts/models/squeezewave.py | |
UniGlow | Mel-spectrogram | Waveform | https://github.com/NVIDIA/NeMo/blob/75c166864541f8b90d525868512f0e4d8dac15da/nemo/collections/tts/models/uniglow.py | |
UnivNet | Mel-spectrogram | Waveform | https://github.com/mindslab-ai/univnet | |
Deep Griffin-Lim | Mel-spectrogram | Waveform | https://github.com/Sytronik/deep-griffinlim-iteration |
Authors:
- Michele Perrone: [email protected]
- Paolo Sani: [email protected]