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

Method wav2spec

vocoders/base_vocoder.py:33–39  ·  view source on GitHub ↗

:param wav_fn: str :return: wav, mel: [T, 80]

(wav_fn)

Source from the content-addressed store, hash-verified

31
32 @staticmethod
33 def wav2spec(wav_fn):
34 """
35
36 :param wav_fn: str
37 :return: wav, mel: [T, 80]
38 """
39 raise NotImplementedError

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected