Loading tests/split_rendering/test_split_rendering.py +1 −1 Original line number Diff line number Diff line Loading @@ -610,7 +610,7 @@ DELAY_PROFILES = ["dly_error_profile_0.dat", "dly_error_profile_5.dat"] # Compares PCM output and tracefile from a VoIP BINAURAL_SPLIT_PCM chain with equivalent BINAURAL # chain to ensure time-scaling and other JBM operations are the BE between the two. # 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( Loading Loading
tests/split_rendering/test_split_rendering.py +1 −1 Original line number Diff line number Diff line Loading @@ -610,7 +610,7 @@ DELAY_PROFILES = ["dly_error_profile_0.dat", "dly_error_profile_5.dat"] # Compares PCM output and tracefile from a VoIP BINAURAL_SPLIT_PCM chain with equivalent BINAURAL # chain to ensure time-scaling and other JBM operations are the BE between the two. # 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( Loading