Commit 846f684d authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch 'fix_configs' into 'main'

fix/cleanup for some config files

See merge request !96
parents 544d4e9f 2302684d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -52,18 +52,18 @@ conditions_to_generate:
    ### EVS condition ################################
    c03:
        type: evs
        sba_format: "FOA"
        bitrates:
            - 32000
        cod:
            fmt: "FOA"
            opts: ["-max_band", "FB"]
        dec:
    c04:
        type: evs
        sba_format: "FOA"
        bitrates:
            - 48000
        cod:
            fmt: "FOA"
            opts: ["-max_band", "FB"]
        dec:
    c05:
+2 −2
Original line number Diff line number Diff line
@@ -52,18 +52,18 @@ conditions_to_generate:
    ### EVS condition ################################
    c03:
        type: evs
        sba_format: "FOA"
        bitrates:
            - 64000
        cod:
            fmt: "FOA"
            opts: ["-max_band", "FB"]
        dec:
    c04:
        type: evs
        sba_format: "FOA"
        bitrates:
            - 96000
        cod:
            fmt: "FOA"
            opts: ["-max_band", "FB"]
        dec:
    c05:
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@ condition_in_output_filename: true
################################################
input:
    fmt: "STEREO"
    # TODO: to be clarified in Test Plan
    fs: 48000

################################################
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@ condition_in_output_filename: true
################################################
input:
    fmt: "STEREO"
    # TODO: to be clarified in Test Plan
    fs: 48000

################################################
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@ condition_in_output_filename: true
################################################
input:
    fmt: "FOA"
    # TODO: to be clarified in Test Plan
    fs: 48000

################################################
Loading