Commit 679f4bcf authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

Merge branch 'update-configs-20250910' into 'main'

Update configs to make IVAS_rend binary explicit

See merge request !241
parents 6281ceb1 e51ef837
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -44,15 +44,18 @@ conditions_to_generate:
        type: ref
        ivas_rend:
            fmt: STEREO
            bin: ivas_processing_scripts/bin/IVAS_rend
    c02:
        type: lp3k5
        ivas_rend:
            fmt: STEREO
            bin: ivas_processing_scripts/bin/IVAS_rend
    ### EVS conditions ###
    c03:
        type: evs
        ivas_rend:
            fmt: STEREO
            bin: ivas_processing_scripts/bin/IVAS_rend
        bitrates:
            - 16400
        cod:
@@ -65,6 +68,7 @@ conditions_to_generate:
        type: evs
        ivas_rend:
            fmt: STEREO
            bin: ivas_processing_scripts/bin/IVAS_rend
        bitrates:
            - 32000
        cod:
+4 −0
Original line number Diff line number Diff line
@@ -44,15 +44,18 @@ conditions_to_generate:
        type: ref
        ivas_rend:
            fmt: BINAURAL
            bin: ivas_processing_scripts/bin/IVAS_rend
    c02:
        type: lp3k5
        ivas_rend:
            fmt: BINAURAL
            bin: ivas_processing_scripts/bin/IVAS_rend
    ### EVS conditions ###
    c03:
        type: evs
        ivas_rend:
            fmt: STEREO
            bin: ivas_processing_scripts/bin/IVAS_rend
        bitrates:
            - 48000
        cod:
@@ -65,6 +68,7 @@ conditions_to_generate:
        type: evs
        ivas_rend:
            fmt: STEREO
            bin: ivas_processing_scripts/bin/IVAS_rend
        bitrates:
            - 96000
        cod:
+4 −0
Original line number Diff line number Diff line
@@ -44,15 +44,18 @@ conditions_to_generate:
        type: ref
        ivas_rend:
            fmt: BINAURAL
            bin: ivas_processing_scripts/bin/IVAS_rend
    c02:
        type: lp3k5
        ivas_rend:
            fmt: BINAURAL
            bin: ivas_processing_scripts/bin/IVAS_rend
    ### EVS conditions ###
    c03:
        type: evs
        ivas_rend:
            fmt: STEREO
            bin: ivas_processing_scripts/bin/IVAS_rend
        bitrates:
            - 48000
        cod:
@@ -65,6 +68,7 @@ conditions_to_generate:
        type: evs
        ivas_rend:
            fmt: STEREO
            bin: ivas_processing_scripts/bin/IVAS_rend
        bitrates:
            - 96000
        cod:
+4 −0
Original line number Diff line number Diff line
@@ -44,15 +44,18 @@ conditions_to_generate:
        type: ref
        ivas_rend:
            fmt: BINAURAL
            bin: ivas_processing_scripts/bin/IVAS_rend
    c02:
        type: lp3k5
        ivas_rend:
            fmt: BINAURAL
            bin: ivas_processing_scripts/bin/IVAS_rend
    ### EVS conditions ###
    c03:
        type: evs
        ivas_rend:
            fmt: STEREO
            bin: ivas_processing_scripts/bin/IVAS_rend
        bitrates:
            - 24400
        cod:
@@ -65,6 +68,7 @@ conditions_to_generate:
        type: evs
        ivas_rend:
            fmt: STEREO
            bin: ivas_processing_scripts/bin/IVAS_rend
        bitrates:
            - 48000
        cod:
+4 −0
Original line number Diff line number Diff line
@@ -44,15 +44,18 @@ conditions_to_generate:
        type: ref
        ivas_rend:
            fmt: BINAURAL
            bin: ivas_processing_scripts/bin/IVAS_rend
    c02:
        type: lp3k5
        ivas_rend:
            fmt: BINAURAL
            bin: ivas_processing_scripts/bin/IVAS_rend
    ### EVS conditions ###
    c03:
        type: evs
        ivas_rend:
            fmt: STEREO
            bin: ivas_processing_scripts/bin/IVAS_rend
        bitrates:
            - 24400
        cod:
@@ -65,6 +68,7 @@ conditions_to_generate:
        type: evs
        ivas_rend:
            fmt: STEREO
            bin: ivas_processing_scripts/bin/IVAS_rend
        bitrates:
            - 48000
        cod:
Loading