Loading scripts/pyaudio3dtools/audioarray.py +1 −1 Original line number Diff line number Diff line Loading @@ -272,7 +272,7 @@ def compare( if get_mld: result["MLD"] = 0 if get_ssnr: result["SSNR"] = np.zeros(ref.shape[1]) result["SSNR"] = np.asarray([np.inf] * ref.shape[1]) if per_frame: result["max_abs_diff_pos_frame"] = 0 Loading Loading
scripts/pyaudio3dtools/audioarray.py +1 −1 Original line number Diff line number Diff line Loading @@ -272,7 +272,7 @@ def compare( if get_mld: result["MLD"] = 0 if get_ssnr: result["SSNR"] = np.zeros(ref.shape[1]) result["SSNR"] = np.asarray([np.inf] * ref.shape[1]) if per_frame: result["max_abs_diff_pos_frame"] = 0 Loading