Commit 3ca8269b authored by Jan Kiene's avatar Jan Kiene
Browse files

add FER conditions to also generate error patterns

parent 1d2e4b52
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -61,6 +61,10 @@ conditions_to_generate:
            opts: ["-max_band", "SWB"]
        dec:
            fmt: "STEREO"
        tx:
            type: "FER"
            error_rate: 5

postprocessing:
    fmt: "STEREO"
    fs: 48000
+4 −0
Original line number Diff line number Diff line
@@ -55,6 +55,10 @@ conditions_to_generate:
      cod:
      dec:
          fmt: "STEREO"
      tx:
        type: "FER"
        error_rate: 5

postprocessing:
    fmt: "STEREO"
    fs: 48000
+4 −0
Original line number Diff line number Diff line
@@ -61,6 +61,10 @@ conditions_to_generate:
        cod:
        dec:
            fmt: "FOA"
        tx:
            type: "FER"
            error_rate: 5

postprocessing:
    fmt: "BINAURAL"
    fs: 48000
+4 −0
Original line number Diff line number Diff line
@@ -56,6 +56,10 @@ conditions_to_generate:
        cod:
        dec:
            fmt: "ISM1"
        tx:
            type: "FER"
            error_rate: 5

postprocessing:
    fmt: "BINAURAL"
    fs: 48000
+7 −1
Original line number Diff line number Diff line
@@ -56,5 +56,11 @@ conditions_to_generate:
        cod:
        dec:
            fmt: "ISM2"
        tx:
            type: "FER"
            error_rate: 5

postprocessing:
    fmt: "BINAURAL"
    fs: 48000
    loudness: -26
Loading