Commit 4f90b561 authored by norvell's avatar norvell
Browse files

Fix for when input/output is supported by PEAQ but not the same

parent 628fe5f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -519,7 +519,7 @@ def test_param_file_tests(
            # Use binauralized file for comparison
            dut_output_file = dut_output_file_binaural

        if not in_fmt in PEAQ_SUPPORTED_FMT:
        if not in_fmt in PEAQ_SUPPORTED_FMT or in_fmt != output_config:
            # Render input
            out_fmt = output_config
            if not out_fmt in PEAQ_SUPPORTED_FMT: