Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
def
spectral_de_normalize_torch(magnitudes):
37
output = dynamic_range_decompression_torch(magnitudes)
38
return
output
39
40
41
mel_basis = {}
Callers
nothing calls this directly
Calls
1
dynamic_range_decompression_torch
Function · 0.85
Tested by
no test coverage detected