From 21f8d81be5bcb54126498857829fcc78769a9bd8 Mon Sep 17 00:00:00 2001 From: Treffehn Date: Tue, 9 May 2023 13:48:48 +0200 Subject: [PATCH] added some documentation for the FOA conditions --- README.md | 3 +++ examples/TEMPLATE.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index dbe7c1d1..c8732be1 100755 --- a/README.md +++ b/README.md @@ -398,6 +398,8 @@ conditions_to_generate: bin: ~/git/ivas-codec/EVS_dec ### 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" ``` @@ -471,6 +473,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. #### 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`. diff --git a/examples/TEMPLATE.yml b/examples/TEMPLATE.yml index 09881a3b..83901013 100755 --- a/examples/TEMPLATE.yml +++ b/examples/TEMPLATE.yml @@ -264,6 +264,8 @@ conditions_to_generate: ### Bitstream options # 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" ################################################ ### Post-processing -- GitLab