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

Method spec2wav

vocoders/base_vocoder.py:23–30  ·  view source on GitHub ↗

:param mel: [T, 80] :return: wav: [T']

(self, mel)

Source from the content-addressed store, hash-verified

21
22class BaseVocoder:
23 def spec2wav(self, mel):
24 """
25
26 :param mel: [T, 80]
27 :return: wav: [T']
28 """
29
30 raise NotImplementedError
31
32 @staticmethod
33 def wav2spec(wav_fn):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected