Loading tests/test_param_file.py +1 −5 Original line number Diff line number Diff line Loading @@ -266,11 +266,7 @@ def test_param_file_tests( # the output file is not the real output filename # -> construct output filename if output_config != "": output_file = f"{testv_base}_{tag_str}.dec.{output_config_name}.pcm" else: # EVS decoder command lines do not have an output_config: use "MONO" in the output filename output_file = f"{testv_base}_{tag_str}.dec.MONO.pcm" output_file = f"{testv_base}_{tag_str}.dec.wav" decode( dut_decoder_frontend, Loading Loading
tests/test_param_file.py +1 −5 Original line number Diff line number Diff line Loading @@ -266,11 +266,7 @@ def test_param_file_tests( # the output file is not the real output filename # -> construct output filename if output_config != "": output_file = f"{testv_base}_{tag_str}.dec.{output_config_name}.pcm" else: # EVS decoder command lines do not have an output_config: use "MONO" in the output filename output_file = f"{testv_base}_{tag_str}.dec.MONO.pcm" output_file = f"{testv_base}_{tag_str}.dec.wav" decode( dut_decoder_frontend, Loading