22 192 B 5
minimal get_pitch method for Controllable TalkNet
By GuestCreated: 2023-07-08 16:19:02
Expiry: Never
def get_pitch(self, wav_path, legacy=True):
torchcrepe_zeroes, torchcrepe_nozeroes = self._torchcrepe_f0(wav_path)
return torchcrepe_zeroes, torchcrepe_nozeroes
by Guest
by Guest
by Guest
by Guest
by Guest