PlayerBPlaytime's picture
Upload 158 files
a7fc05c verified
raw
history blame contribute delete
133 Bytes
class F0Predictor(object):
def compute_f0(self, wav, p_len):
pass
def compute_f0_uv(self, wav, p_len):
pass