MCPcopy Index your code
hub / github.com/MoonInTheRiver/DiffSinger / cwt2f0_norm

Method cwt2f0_norm

usr/diff/diffusion.py:326–327  ·  view source on GitHub ↗
(self, cwt_spec, mean, std, mel2ph)

Source from the content-addressed store, hash-verified

324 return (x + 1) / 2 * (self.spec_max - self.spec_min) + self.spec_min
325
326 def cwt2f0_norm(self, cwt_spec, mean, std, mel2ph):
327 return self.fs2.cwt2f0_norm(cwt_spec, mean, std, mel2ph)
328
329 def out2mel(self, x):
330 return x

Callers 3

run_modelMethod · 0.45
run_modelMethod · 0.45
run_modelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected