Commit bbe80ff7 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix error rate and IVAS decoder output format

parent 011e8f4f
Loading
Loading
Loading
Loading
Loading
+6 −16
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ conditions_to_generate:
        dec:
        tx:
            type: "FER"
            error_rate: 3
            error_rate: 5
    c16:
        type: evs
        bitrates:
@@ -122,7 +122,7 @@ conditions_to_generate:
        dec:
        tx:
            type: "FER"
            error_rate: 3
            error_rate: 5
    c17:
        type: evs
        bitrates:
@@ -132,7 +132,7 @@ conditions_to_generate:
        dec:
        tx:
            type: "FER"
            error_rate: 3
            error_rate: 5
    c18:
        type: evs
        bitrates:
@@ -162,58 +162,51 @@ conditions_to_generate:
            - 13200
        cod:
        dec:
            fmt: "BINAURAL"
    c22:
        type: ivas
        bitrates:
            - 16400
        cod:
        dec:
            fmt: "BINAURAL"
    c23:
        type: ivas
        bitrates:
            - 24400
        cod:
        dec:
            fmt: "BINAURAL"
    c24:
        type: ivas
        bitrates:
            - 32000
        cod:
        dec:
            fmt: "BINAURAL"
    c25:
        type: ivas
        bitrates:
            - 13200
        cod:
        dec:
            fmt: "BINAURAL"
        tx:
            type: "FER"
            error_rate: 3
            error_rate: 5
    c26:
        type: ivas
        bitrates:
            - 16400
        cod:
        dec:
            fmt: "BINAURAL"
        tx:
            type: "FER"
            error_rate: 3
            error_rate: 5
    c27:
        type: ivas
        bitrates:
            - 24400
        cod:
        dec:
            fmt: "BINAURAL"
        tx:
            type: "FER"
            error_rate: 3
            error_rate: 5
    c28:
        type: ivas
        bitrates:
@@ -221,7 +214,6 @@ conditions_to_generate:
        cod:
            opts: ["-dtx"]
        dec:
            fmt: "BINAURAL"
    c29:
        type: ivas
        bitrates:
@@ -229,7 +221,6 @@ conditions_to_generate:
        cod:
            opts: ["-dtx"]
        dec:
            fmt: "BINAURAL"
    c30:
        type: ivas
        bitrates:
@@ -237,7 +228,6 @@ conditions_to_generate:
        cod:
            opts: ["-dtx"]
        dec:
            fmt: "BINAURAL"


################################################
+7 −19
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ conditions_to_generate:
        dec:
        tx:
            type: "FER"
            error_rate: 3
            error_rate: 5
    c16:
        type: evs
        bitrates:
@@ -122,7 +122,7 @@ conditions_to_generate:
        dec:
        tx:
            type: "FER"
            error_rate: 3
            error_rate: 5
    c17:
        type: evs
        bitrates:
@@ -132,7 +132,7 @@ conditions_to_generate:
        dec:
        tx:
            type: "FER"
            error_rate: 3
            error_rate: 5
    c18:
        type: evs
        bitrates:
@@ -176,68 +176,60 @@ conditions_to_generate:
            - 16400
        cod:
        dec:
            fmt: "BINAURAL"
    c24:
        type: ivas
        bitrates:
            - 24400
        cod:
        dec:
            fmt: "BINAURAL"
    c25:
        type: ivas
        bitrates:
            - 32000
        cod:
        dec:
            fmt: "BINAURAL"
    c26:
        type: ivas
        bitrates:
            - 48000
        cod:
        dec:
            fmt: "BINAURAL"
    c27:
        type: ivas
        bitrates:
            - 16400
        cod:
        dec:
            fmt: "BINAURAL"
        tx:
            type: "FER"
            error_rate: 3
            error_rate: 5
    c28:
        type: ivas
        bitrates:
            - 24400
        cod:
        dec:
            fmt: "BINAURAL"
        tx:
            type: "FER"
            error_rate: 3
            error_rate: 5
    c29:
        type: ivas
        bitrates:
            - 32000
        cod:
        dec:
            fmt: "BINAURAL"
        tx:
            type: "FER"
            error_rate: 3
            error_rate: 5
    c30:
        type: ivas
        bitrates:
            - 48000
        cod:
        dec:
            fmt: "BINAURAL"
        tx:
            type: "FER"
            error_rate: 3
            error_rate: 5
    c31:
        type: ivas
        bitrates:
@@ -245,7 +237,6 @@ conditions_to_generate:
        cod:
            opts: ["-dtx"]
        dec:
            fmt: "BINAURAL"
    c32:
        type: ivas
        bitrates:
@@ -253,7 +244,6 @@ conditions_to_generate:
        cod:
            opts: ["-dtx"]
        dec:
            fmt: "BINAURAL"
    c33:
        type: ivas
        bitrates:
@@ -261,7 +251,6 @@ conditions_to_generate:
        cod:
            opts: ["-dtx"]
        dec:
            fmt: "BINAURAL"
    c34:
        type: ivas
        bitrates:
@@ -269,7 +258,6 @@ conditions_to_generate:
        cod:
            opts: ["-dtx"]
        dec:
            fmt: "BINAURAL"


################################################