### Target format used in rendering from input format; default = null (no rendering)
# fmt: "7_1_4"
### Flag for application of 50Hz high-pass filter; default = false
# hp50: true
### Define mask (HP50 or 20KBP) for input signal filtering; default = null
# mask: "HP50"
### Target sampling rate in Hz for resampling; default = null (no resampling)
# fs: 16000
### Target loudness in LKFS; default = null (no loudness change applied)
@@ -386,6 +386,8 @@ conditions_to_generate:
bitrates:
# - 9600
-[13200,13200,8000,13200,9600]
### for multi-channel configs, code LFE with 9.6 kbps NB (as mandated by IVAS-3)
evs_lfe_9k6bps_nb:true
cod:
### Path to encoder binary; default search for EVS_cod in bin folder (primary) and PATH (secondary)
bin:~/git/ivas-codec/EVS_cod
@@ -468,6 +470,7 @@ This configuration has to match the channel configuration. If the provided list
For the encoding stage `cod` and the decoding stage `dec`, the path to the IVAS_cod and IVAS_dec binaries can be specified under the key `bin`.
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).
#### 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`.
@@ -508,20 +511,21 @@ The processing chain is as follows:
The following additional executables are needed for the different processing steps:
| Random offset/seed generation | random | https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip |
| Random offset/seed generation (necessary for background noise and FER bitstream processing) | random | https://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/TSGS4_76/docs/S4-131277.zip |
| MASA rendering | masaRenderer | https://www.3gpp.org/ftp/TSG_SA/WG4_CODEC/TSGS4_122_Athens/Docs/S4-230221.zip |
| MASA rendering (also used in loudness measurement of MASA items) | masaRenderer | https://www.3gpp.org/ftp/TSG_SA/WG4_CODEC/TSGS4_122_Athens/Docs/S4-230221.zip |
The necessary binaries have to be placed in the [ivas_processing_scripts/bin](./ivas_processing_scripts/bin) folder.
For most of the tools it is sufficient to copy the binaries while it is necessary to add some additional files for the MASA renderer.
The necessary binaries have to be either placed in the [ivas_processing_scripts/bin](./ivas_processing_scripts/bin) folder or the path has to be specified in