Loading tests/hrtf_binary_loading/test_codec_ROM_vs_file.py +6 −0 Original line number Diff line number Diff line Loading @@ -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) Loading Loading @@ -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) Loading @@ -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) Loading Loading
tests/hrtf_binary_loading/test_codec_ROM_vs_file.py +6 −0 Original line number Diff line number Diff line Loading @@ -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) Loading Loading @@ -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) Loading @@ -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) Loading