Searched refs:compute_pitch_error (Results 1 – 2 of 2) sorted by relevance
41 from utils.pitch import compute_pitch_error95 rval = compute_pitch_error(input_path, output_path, fs=fs)102 rval = compute_pitch_error(input_path, output_path, fs=fs)
45 def compute_pitch_error(ref_path, test_path, fs=16000): function