Loading ci/run_scheduled_sanitizer_test.py +6 −0 Original line number Diff line number Diff line Loading @@ -178,6 +178,12 @@ def run_check(in_format: str, out_formats: list, tests: list, run_fec: bool = Tr str(TIMEOUT), ] # to test non-diegetic panning with mono decoding: # resue decoder part of StereDmxEVS mode (it is basically a duplicate of "normal" mono run) if in_format == "StereoDmxEVS": panning = np.random.randint(-90, 91) cmd_no_fec += [f'-D="-non_diegetic_pan {panning}"'] print( "======== Script command line WITHOUT plc: ========\n{}".format( " ".join(cmd_no_fec) Loading Loading
ci/run_scheduled_sanitizer_test.py +6 −0 Original line number Diff line number Diff line Loading @@ -178,6 +178,12 @@ def run_check(in_format: str, out_formats: list, tests: list, run_fec: bool = Tr str(TIMEOUT), ] # to test non-diegetic panning with mono decoding: # resue decoder part of StereDmxEVS mode (it is basically a duplicate of "normal" mono run) if in_format == "StereoDmxEVS": panning = np.random.randint(-90, 91) cmd_no_fec += [f'-D="-non_diegetic_pan {panning}"'] print( "======== Script command line WITHOUT plc: ========\n{}".format( " ".join(cmd_no_fec) Loading