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

Method out2mel

usr/diff/shallow_diffusion_tts.py:352–353  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

350 return self.fs2.cwt2f0_norm(cwt_spec, mean, std, mel2ph)
351
352 def out2mel(self, x):
353 return x
354
355
356class OfflineGaussianDiffusion(GaussianDiffusion):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected