Files
openvpi--diffsinger/basics/base_pe.py
T
2026-07-13 12:35:17 +08:00

8 lines
210 B
Python

class BasePE:
def get_pitch(
self, waveform, samplerate, length,
*, hop_size, f0_min=65, f0_max=1100,
speed=1, interp_uv=False
):
raise NotImplementedError()