Commit f3e1f87f authored by Jan Kiene's avatar Jan Kiene
Browse files

skip operating points with dubious non-BEs

parent 1d47bf7b
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -67,6 +67,8 @@ def test_multichannel_binaural_static(
):
    if bitrate == 32000 and hrtf_tag == HRTF_TAG_SAME_AS_ROM:
        pytest.skip("Skipping ParamBin until binary and ROM contain same data")
    if bitrate == 160000 and hrtf_tag == HRTF_TAG_SAME_AS_ROM:
        pytest.skip("Skipped until reason for non-BE in FastConv is clarified")
    in_fs = 48
    option_list = ["-mc", in_fmt]
    in_file = FORMAT_TO_FILE_MC_WOEXT[in_fmt].format(in_fs)
@@ -129,6 +131,8 @@ def test_multichannel_binaural_headrotation(
def test_sba_binaural_static(test_info, bitrate, in_fmt, fs, out_fmt, hrtf_tag):
    if bitrate == 64000 and hrtf_tag == HRTF_TAG_SAME_AS_ROM:
        pytest.skip("Skipping ParamBin until binary and ROM contain same data")
    if bitrate == 256000 and hrtf_tag == HRTF_TAG_SAME_AS_ROM:
        pytest.skip("Skipped until reason for non-BE in FastConv is clarified")
    option_list = ["-sba", in_fmt]
    in_file = FORMAT_TO_FILE_SBA_WOEXT[in_fmt].format(fs)

@@ -155,6 +159,8 @@ def test_sba_binaural_headrotation(
):
    if bitrate == 64000 and hrtf_tag == HRTF_TAG_SAME_AS_ROM:
        pytest.skip("Skipping ParamBin until binary and ROM contain same data")
    if bitrate == 256000 and hrtf_tag == HRTF_TAG_SAME_AS_ROM:
        pytest.skip("Skipped until reason for non-BE in FastConv is clarified")
    option_list = ["-sba", in_fmt]
    in_file = FORMAT_TO_FILE_SBA_WOEXT[in_fmt].format(fs)