:param wav_fn: str :return: wav, mel: [T, 80]
(wav_fn)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected