Commit 1d2e4b52 authored by Jan Kiene's avatar Jan Kiene
Browse files

stripped configs for testvector creation

parent 8c7e79da
Loading
Loading
Loading
Loading
+0 −40
Original line number Diff line number Diff line
@@ -45,35 +45,6 @@ preprocessing_2:
### Configuration for conditions under test
################################################
conditions_to_generate:
    ### Reference and anchor conditions ##########################
    c01:
        type: ref
    c02:
        type: lp7k

    ### EVS condition ################################
    c03:
        type: evs
        bitrates:
            - 24400
        cod:
            opts: ["-max_band", "FB"]
        dec:
    c04:
        type: evs
        bitrates:
            - 32000
        cod:
            opts: ["-max_band", "FB"]
        dec:
    c05:
        type: evs
        bitrates:
            - 48000
        cod:
            opts: ["-max_band", "FB"]
        dec:

    ### IVAS condition ###############################
    c06:
        type: ivas
@@ -82,17 +53,6 @@ conditions_to_generate:
        cod:
        dec:
            fmt: "STEREO"
    c07:
        type: ivas
        bitrates:
            - 64000
        cod:
        dec:
            fmt: "STEREO"

################################################
### Post-processing
################################################
postprocessing:
    fmt: "STEREO"
    fs: 48000
+0 −40
Original line number Diff line number Diff line
@@ -45,35 +45,6 @@ preprocessing_2:
### Configuration for conditions under test
################################################
conditions_to_generate:
    ### Reference and anchor conditions ##########################
    c01:
        type: ref
    c02:
        type: lp7k

    ### EVS condition ################################
    c03:
        type: evs
        bitrates:
            - 48000
        cod:
            opts: ["-max_band", "FB"]
        dec:
    c04:
        type: evs
        bitrates:
            - 64000
        cod:
            opts: ["-max_band", "FB"]
        dec:
    c05:
        type: evs
        bitrates:
            - 96000
        cod:
            opts: ["-max_band", "FB"]
        dec:

    ### IVAS condition ###############################
    c06:
        type: ivas
@@ -82,17 +53,6 @@ conditions_to_generate:
        cod:
        dec:
            fmt: "STEREO"
    c07:
        type: ivas
        bitrates:
            - 128000
        cod:
        dec:
            fmt: "STEREO"

################################################
### Post-processing
################################################
postprocessing:
    fmt: "STEREO"
    fs: 48000
+0 −43
Original line number Diff line number Diff line
@@ -45,38 +45,6 @@ preprocessing_2:
### Configuration for conditions under test
################################################
conditions_to_generate:
    ### Reference and anchor conditions ##########################
    c01:
        type: ref
    c02:
        type: lp7k

    ### EVS condition ################################
    c03:
        type: evs
        bitrates:
            - 13200
        cod:
            opts: ["-max_band", "FB"]
        dec:
        evs_lfe_9k6bps_nb: true
    c04:
        type: evs
        bitrates:
            - 16400
        cod:
            opts: ["-max_band", "FB"]
        dec:
        evs_lfe_9k6bps_nb: true
    c05:
        type: evs
        bitrates:
            - 24400
        cod:
            opts: ["-max_band", "FB"]
        dec:
        evs_lfe_9k6bps_nb: true

    ### IVAS condition ###############################
    c06:
        type: ivas
@@ -85,17 +53,6 @@ conditions_to_generate:
        cod:
        dec:
            fmt: "5_1"
    c07:
        type: ivas
        bitrates:
            - 96000
        cod:
        dec:
            fmt: "5_1"

################################################
### Post-processing
################################################
postprocessing:
    fmt: "5_1"
    fs: 48000
+0 −43
Original line number Diff line number Diff line
@@ -45,38 +45,6 @@ preprocessing_2:
### Configuration for conditions under test
################################################
conditions_to_generate:
    ### Reference and anchor conditions ##########################
    c01:
        type: ref
    c02:
        type: lp7k

    ### EVS condition ################################
    c03:
        type: evs
        bitrates:
            - 24400
        cod:
            opts: ["-max_band", "FB"]
        dec:
        evs_lfe_9k6bps_nb: true
    c04:
        type: evs
        bitrates:
            - 32000
        cod:
            opts: ["-max_band", "FB"]
        dec:
        evs_lfe_9k6bps_nb: true
    c05:
        type: evs
        bitrates:
            - 48000
        cod:
            opts: ["-max_band", "FB"]
        dec:
        evs_lfe_9k6bps_nb: true

    ### IVAS condition ###############################
    c06:
        type: ivas
@@ -85,17 +53,6 @@ conditions_to_generate:
        cod:
        dec:
            fmt: "5_1"
    c07:
        type: ivas
        bitrates:
            - 160000
        cod:
        dec:
            fmt: "5_1"

################################################
### Post-processing
################################################
postprocessing:
    fmt: "5_1"
    fs: 48000
+0 −43
Original line number Diff line number Diff line
@@ -45,38 +45,6 @@ preprocessing_2:
### Configuration for conditions under test
################################################
conditions_to_generate:
    ### Reference and anchor conditions ##########################
    c01:
        type: ref
    c02:
        type: lp7k

    ### EVS condition ################################
    c03:
        type: evs
        bitrates:
            - 9600
        cod:
            opts: ["-max_band", "FB"]
        dec:
        evs_lfe_9k6bps_nb: true
    c04:
        type: evs
        bitrates:
            - 13200
        cod:
            opts: ["-max_band", "FB"]
        dec:
        evs_lfe_9k6bps_nb: true
    c05:
        type: evs
        bitrates:
            - 16400
        cod:
            opts: ["-max_band", "FB"]
        dec:
        evs_lfe_9k6bps_nb: true

    ### IVAS condition ###############################
    c06:
        type: ivas
@@ -85,17 +53,6 @@ conditions_to_generate:
        cod:
        dec:
            fmt: "7_1_4"
    c07:
        type: ivas
        bitrates:
            - 160000
        cod:
        dec:
            fmt: "7_1_4"

################################################
### Post-processing
################################################
postprocessing:
    fmt: "7_1_4"
    fs: 48000
Loading