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

Function amp_to_db

utils/audio.py:51–52  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

49
50# Conversions
51def amp_to_db(x):
52 return 20 * np.log10(np.maximum(1e-5, x))
53
54
55def normalize(S, hparams):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected