Loading tests/renderer/utils.py +1 −1 Original line number Diff line number Diff line Loading @@ -501,7 +501,7 @@ def binauralize_input_and_output( sr=in_sr, ) else: ref_output_file_binaural = ref_output_file ref_output_file_binaural = input_file return (ref_output_file_binaural, dut_output_file_binaural) def findstr(exp, s, one_element=True): Loading Loading
tests/renderer/utils.py +1 −1 Original line number Diff line number Diff line Loading @@ -501,7 +501,7 @@ def binauralize_input_and_output( sr=in_sr, ) else: ref_output_file_binaural = ref_output_file ref_output_file_binaural = input_file return (ref_output_file_binaural, dut_output_file_binaural) def findstr(exp, s, one_element=True): Loading