Commit cfbf2238 authored by Anika Treffehn's avatar Anika Treffehn
Browse files

Merge branch '25-sba-no-way-to-limit-the-ivas-encoder-to-limited-format-e-g-hoa3-foa' into 'main'

Resolve "SBA: No way to limit the IVAS encoder to limited format (e.g. HOA3 -> FOA)"

See merge request !67
parents 3e35a332 3ac71415
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -77,26 +77,26 @@ conditions_to_generate:
    ### IVAS condition ###############################
    c06:
        type: ivas
        sba_fmt: "FOA"
        bitrates:
            - 96000
        cod:
            fmt: "FOA"
        dec:
            fmt: "HOA3"
    c07:
        type: ivas
        sba_fmt: "FOA"
        bitrates:
            - 128000
        cod:
            fmt: "FOA"
        dec:
            fmt: "HOA3"
    c08:
        type: ivas
        sba_fmt: "FOA"
        bitrates:
            - 160000
        cod:
            fmt: "FOA"
        dec:
            fmt: "HOA3"

+7 −15
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ conditions_to_generate:
        type: evs
        sba_fmt: "FOA"
        bitrates:
            - 24400
            - 48000
        cod:
            opts: ["-max_band", "FB"]
        dec:
@@ -61,7 +61,7 @@ conditions_to_generate:
        type: evs
        sba_fmt: "FOA"
        bitrates:
            - 32000
            - 64000
        cod:
            opts: ["-max_band", "FB"]
        dec:
@@ -69,7 +69,7 @@ conditions_to_generate:
        type: evs
        sba_fmt: "FOA"
        bitrates:
            - 48000
            - 96000
        cod:
            opts: ["-max_band", "FB"]
        dec:
@@ -77,26 +77,18 @@ conditions_to_generate:
    ### IVAS condition ###############################
    c06:
        type: ivas
        sba_fmt: "HOA2"
        bitrates:
            - 96000
            - 192000
        cod:
            fmt: "HOA2"
        dec:
            fmt: "HOA3"
    c07:
        type: ivas
        sba_fmt: "HOA2"
        bitrates:
            - 128000
        cod:
            fmt: "HOA2"
        dec:
            fmt: "HOA3"
    c08:
        type: ivas
        bitrates:
            - 160000
            - 256000
        cod:
            fmt: "HOA2"
        dec:
            fmt: "HOA3"