MCPcopy Create free account
hub / github.com/MoonInTheRiver/DiffSinger / spectral_de_normalize_torch

Function spectral_de_normalize_torch

modules/hifigan/mel_utils.py:36–38  ·  view source on GitHub ↗
(magnitudes)

Source from the content-addressed store, hash-verified

34
35
36def spectral_de_normalize_torch(magnitudes):
37 output = dynamic_range_decompression_torch(magnitudes)
38 return output
39
40
41mel_basis = {}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected