``` def get_pitch(self, wav_path, legacy=True): torchcrepe_zeroes, torchcrepe_nozeroes = self._torchcrepe_f0(wav_path) return torchcrepe_zeroes, torchcrepe_nozeroes ```