Loading tests/split_rendering/test_split_rendering.py +4 −3 Original line number Diff line number Diff line Loading @@ -602,8 +602,9 @@ IN_FORMATS = [ "ISM4", "FOA", "MASA2TC", "OSBA_ISM3_HOA3", "OMASA_ISM4", # Mixed formats to be finalised in a follow-up issue # "OSBA_ISM3_HOA3", # "OMASA_ISM4", ] DELAY_PROFILES = ["dly_error_profile_0.dat", "dly_error_profile_5.dat"] Loading @@ -613,7 +614,7 @@ DELAY_PROFILES = ["dly_error_profile_0.dat", "dly_error_profile_5.dat"] # chain to ensure time-scaling and other JBM operations are BE between the two. @pytest.mark.parametrize("in_format", IN_FORMATS) @pytest.mark.parametrize("delay_profile", DELAY_PROFILES) def test_be_splitrend_vs_binaural( def test_voip_be_splitrend_vs_binaural( in_format, delay_profile, dut_encoder_frontend, Loading Loading
tests/split_rendering/test_split_rendering.py +4 −3 Original line number Diff line number Diff line Loading @@ -602,8 +602,9 @@ IN_FORMATS = [ "ISM4", "FOA", "MASA2TC", "OSBA_ISM3_HOA3", "OMASA_ISM4", # Mixed formats to be finalised in a follow-up issue # "OSBA_ISM3_HOA3", # "OMASA_ISM4", ] DELAY_PROFILES = ["dly_error_profile_0.dat", "dly_error_profile_5.dat"] Loading @@ -613,7 +614,7 @@ DELAY_PROFILES = ["dly_error_profile_0.dat", "dly_error_profile_5.dat"] # chain to ensure time-scaling and other JBM operations are BE between the two. @pytest.mark.parametrize("in_format", IN_FORMATS) @pytest.mark.parametrize("delay_profile", DELAY_PROFILES) def test_be_splitrend_vs_binaural( def test_voip_be_splitrend_vs_binaural( in_format, delay_profile, dut_encoder_frontend, Loading