Home
last modified time | relevance | path

Searched refs:compute_pitch_error (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libopus/dnn/torch/testsuite/
H A Drun_test.py41 from utils.pitch import compute_pitch_error
95 rval = compute_pitch_error(input_path, output_path, fs=fs)
102 rval = compute_pitch_error(input_path, output_path, fs=fs)
/aosp_15_r20/external/libopus/dnn/torch/testsuite/utils/
H A Dpitch.py45 def compute_pitch_error(ref_path, test_path, fs=16000): function