Commit 13d5d7f5 authored by Jan Kiene's avatar Jan Kiene
Browse files

adjust naming of output files and use wav as output format

parent 5af216f0
Loading
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -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,