Commit 13c50168 authored by multrus's avatar multrus
Browse files

Merge branch...

Merge branch '23-bs-1534-configs-for-ambisonics-evs-processing-by-mistiake-on-full-hoa-signal' into 'main'

Resolve "BS.1534 Configs for Ambisonics: EVS processing by mistiake on full HOA signal"

See merge request !59
parents f968e962 e2c147d1
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -400,7 +400,7 @@ conditions_to_generate:
          ### Decoder output sampling rate; default = null (same as input)
          # fs: 48000
	  ### Option to use SBA format of lower or same order (planar also possible) for SBA input formats
      # sba_format: "PLANARFOA"
      # sba_fmt: "PLANARFOA"
```

</details>
@@ -474,7 +474,7 @@ For the encoding stage `cod` and the decoding stage `dec`, the path to the IVAS_
Additionally some resampling can be applied by using the key `fs` followed by the desired sampling rate.
The general bitstream processing configuration can be locally overwritten for each EVS and IVAS condition with the key `tx`.
The additional key `evs_lfe_9k6bps_nb` is only available for EVS conditions and ensures a bitrate of 9.6kbps and narrow band processing of the LFE channel(s).
Also only available for EVS conditions is the `sba_format` key where a SBA format of lower order than the input can be specified for SBA input formats.
Also only available for EVS conditions is the `sba_fmt` key where a SBA format of lower order than the input can be specified for SBA input formats.
#### IVAS
The configuration of the IVAS condition is similar to the EVS condition. However, only one bitrate for all channels (and metadata) can be specified.
In addition to that, the encoder and decoder take some additional arguments defined by the key `opts`.
+1 −1
Original line number Diff line number Diff line
@@ -270,7 +270,7 @@ conditions_to_generate:
      # tx:
          ### For possible arguments see overall bitstream modification
      ### Option to use SBA format of lower or same order (planar also possible) for SBA input formats
      # sba_format: "PLANARFOA"
      # sba_fmt: "PLANARFOA"

################################################
### Post-processing
+3 −3
Original line number Diff line number Diff line
@@ -51,26 +51,26 @@ conditions_to_generate:
    ### EVS condition ################################
    c03:
        type: evs
        sba_fmt: "FOA"
        bitrates:
            - 24400
        cod:
            fmt: "FOA"
            opts: ["-max_band", "FB"]
        dec:
    c04:
        type: evs
        sba_fmt: "FOA"
        bitrates:
            - 32000
        cod:
            fmt: "FOA"
            opts: ["-max_band", "FB"]
        dec:
    c05:
        type: evs
        sba_fmt: "FOA"
        bitrates:
            - 48000
        cod:
            fmt: "FOA"
            opts: ["-max_band", "FB"]
        dec:

+3 −3
Original line number Diff line number Diff line
@@ -51,26 +51,26 @@ conditions_to_generate:
    ### EVS condition ################################
    c03:
        type: evs
        sba_fmt: "FOA"
        bitrates:
            - 24400
        cod:
            fmt: "HOA2"
            opts: ["-max_band", "FB"]
        dec:
    c04:
        type: evs
        sba_fmt: "FOA"
        bitrates:
            - 32000
        cod:
            fmt: "HOA2"
            opts: ["-max_band", "FB"]
        dec:
    c05:
        type: evs
        sba_fmt: "FOA"
        bitrates:
            - 48000
        cod:
            fmt: "HOA2"
            opts: ["-max_band", "FB"]
        dec:

+3 −3
Original line number Diff line number Diff line
@@ -51,26 +51,26 @@ conditions_to_generate:
    ### EVS condition ################################
    c03:
        type: evs
        sba_fmt: "FOA"
        bitrates:
            - 48000
        cod:
            fmt: "FOA"
            opts: ["-max_band", "FB"]
        dec:
    c04:
        type: evs
        sba_fmt: "FOA"
        bitrates:
            - 64000
        cod:
            fmt: "FOA"
            opts: ["-max_band", "FB"]
        dec:
    c05:
        type: evs
        sba_fmt: "FOA"
        bitrates:
            - 96000
        cod:
            fmt: "FOA"
            opts: ["-max_band", "FB"]
        dec:

Loading