Loading tests/codec_be_to_accepted_release/decoder/test_decoder_constant_bitrate_binaural.py +3 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,7 @@ def test_decoder_mc_and_masa( ) @pytest.mark.parametrize("hrtf", [BINAURAL_HRTF_NONE, BINAURAL_HRTF_EXT_REPO]) @pytest.mark.parametrize( "input_format,bitrate,input_sampling_rate,dtx,md_type,output_format,output_sampling_rate,bitstream_processing", DECODER_CONST_BR_BINAURAL_OBJECTBASED, Loading Loading @@ -115,6 +116,7 @@ def test_decoder_objectbased( ) @pytest.mark.parametrize("hrtf", [BINAURAL_HRTF_NONE, BINAURAL_HRTF_EXT_REPO]) @pytest.mark.parametrize( "input_format,bitrate,input_sampling_rate,dtx,pca,output_format,output_sampling_rate,bitstream_processing", DECODER_CONST_BR_BINAURAL_SCENEBASED, Loading Loading @@ -158,6 +160,7 @@ def test_decoder_scenebased( ) @pytest.mark.parametrize("hrtf", [BINAURAL_HRTF_NONE, BINAURAL_HRTF_EXT_REPO]) @pytest.mark.parametrize( "input_format_ism,input_format_other,bitrate,input_sampling_rate,md_type,output_format,output_sampling_rate,bitstream_processing", DECODER_CONST_BR_BINAURAL_COMBINED_PARAMS, Loading Loading
tests/codec_be_to_accepted_release/decoder/test_decoder_constant_bitrate_binaural.py +3 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,7 @@ def test_decoder_mc_and_masa( ) @pytest.mark.parametrize("hrtf", [BINAURAL_HRTF_NONE, BINAURAL_HRTF_EXT_REPO]) @pytest.mark.parametrize( "input_format,bitrate,input_sampling_rate,dtx,md_type,output_format,output_sampling_rate,bitstream_processing", DECODER_CONST_BR_BINAURAL_OBJECTBASED, Loading Loading @@ -115,6 +116,7 @@ def test_decoder_objectbased( ) @pytest.mark.parametrize("hrtf", [BINAURAL_HRTF_NONE, BINAURAL_HRTF_EXT_REPO]) @pytest.mark.parametrize( "input_format,bitrate,input_sampling_rate,dtx,pca,output_format,output_sampling_rate,bitstream_processing", DECODER_CONST_BR_BINAURAL_SCENEBASED, Loading Loading @@ -158,6 +160,7 @@ def test_decoder_scenebased( ) @pytest.mark.parametrize("hrtf", [BINAURAL_HRTF_NONE, BINAURAL_HRTF_EXT_REPO]) @pytest.mark.parametrize( "input_format_ism,input_format_other,bitrate,input_sampling_rate,md_type,output_format,output_sampling_rate,bitstream_processing", DECODER_CONST_BR_BINAURAL_COMBINED_PARAMS, Loading