Commit b3805147 authored by norvell's avatar norvell
Browse files

Fix mixup of sampling rates for input/output

parent 4aa2bc0e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -514,7 +514,7 @@ def test_param_file_tests(
                aeid,
                in_file=dut_output_file,
                out_file=dut_output_file_binaural,
                sr=in_sr,
                sr=out_sr,
            )
            # Use binauralized file for comparison
            dut_output_file = dut_output_file_binaural
@@ -548,7 +548,7 @@ def test_param_file_tests(
                aeid,
                in_file=testv_file,
                out_file=ref_output_file_binaural,
                sr=out_sr,
                sr=in_sr,
            )
            # Use binauralized file for comparison
            ref_output_file = ref_output_file_binaural