Commit 8267c303 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix hrtf usage in binaural testcases

parent 6e20f159
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -87,6 +87,7 @@ def test_decoder_objectbased(
    output_format,
    output_sampling_rate,
    bitstream_processing,
    hrtf,
    dut_decoder_frontend,
    update_ref,
):
@@ -112,6 +113,7 @@ def test_decoder_objectbased(
            options,
            dut_decoder_frontend,
            update_ref == 1,
            output_suffix=hrtf,
            bitstream_processing=bitstream_processing,
        )

@@ -130,6 +132,7 @@ def test_decoder_scenebased(
    output_format,
    output_sampling_rate,
    bitstream_processing,
    hrtf,
    dut_decoder_frontend,
    update_ref,
):
@@ -156,6 +159,7 @@ def test_decoder_scenebased(
            options,
            dut_decoder_frontend,
            update_ref == 1,
            output_suffix=hrtf,
            bitstream_processing=bitstream_processing,
        )

@@ -174,6 +178,7 @@ def test_decoder_combined_formats(
    output_format,
    output_sampling_rate,
    bitstream_processing,
    hrtf,
    dut_decoder_frontend,
    update_ref,
):
@@ -203,5 +208,6 @@ def test_decoder_combined_formats(
            options,
            dut_decoder_frontend,
            update_ref == 1,
            output_suffix=hrtf,
            bitstream_processing=bitstream_processing,
        )