Commit 28307d4c authored by norvell's avatar norvell
Browse files

Add check_and_makedir for binauralization

parent e05ed06a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -486,6 +486,8 @@ def test_param_file_tests(
            # Render output
            output_reformat = "BINAURAL"

            check_and_makedir(str(Path(dut_output_file_binaural).parent))

            rend.run_renderer(
                record_property,
                props_to_record,
@@ -517,6 +519,8 @@ def test_param_file_tests(
            if not out_fmt in TWO_CHAN_FMT:
                out_fmt = "BINAURAL"
            
            check_and_makedir(str(Path(ref_output_file_binaural).parent))

            rend.run_renderer(
                record_property,
                props_to_record,