Loading tests/renderer/utils.py +4 −1 Original line number Diff line number Diff line Loading @@ -172,6 +172,7 @@ def run_renderer( in_file=None, out_file=None, sr=48, render_for_peaq=False, ) -> str: # prepare arguments and filepaths if trj_file is not None: Loading Loading @@ -310,7 +311,7 @@ def run_renderer( # run the renderer run_cmd(cmd, env) if test_info.config.option.create_cut: if test_info.config.option.create_cut and not render_for_peaq: # CUT creation mode will run a comparison with REF out_file_ref = str(OUTPUT_PATH_REF.joinpath(out_file_stem)) Loading Loading @@ -515,6 +516,7 @@ def binauralize_input_and_output( in_file=dut_output_file, out_file=dut_output_file_binaural, sr=out_sr, render_for_peaq=True, ) # Update output_config to rendered format output_config = output_reformat Loading Loading @@ -549,6 +551,7 @@ def binauralize_input_and_output( in_file=input_file, out_file=ref_output_file_binaural, sr=in_sr, render_for_peaq=True, ) else: ref_output_file_binaural = input_file Loading Loading
tests/renderer/utils.py +4 −1 Original line number Diff line number Diff line Loading @@ -172,6 +172,7 @@ def run_renderer( in_file=None, out_file=None, sr=48, render_for_peaq=False, ) -> str: # prepare arguments and filepaths if trj_file is not None: Loading Loading @@ -310,7 +311,7 @@ def run_renderer( # run the renderer run_cmd(cmd, env) if test_info.config.option.create_cut: if test_info.config.option.create_cut and not render_for_peaq: # CUT creation mode will run a comparison with REF out_file_ref = str(OUTPUT_PATH_REF.joinpath(out_file_stem)) Loading Loading @@ -515,6 +516,7 @@ def binauralize_input_and_output( in_file=dut_output_file, out_file=dut_output_file_binaural, sr=out_sr, render_for_peaq=True, ) # Update output_config to rendered format output_config = output_reformat Loading Loading @@ -549,6 +551,7 @@ def binauralize_input_and_output( in_file=input_file, out_file=ref_output_file_binaural, sr=in_sr, render_for_peaq=True, ) else: ref_output_file_binaural = input_file Loading