ParamBin support for split rendering
!818 (merged) "IVAS Split Rendering (Contributions 21 and 35)" added split rendering support into main
. The support excludes mode using parametric binauralizer, e.g., ParamISM, MASA, McMASA, and low-bitrate SBA.
This issue documents the progress on adding the support for ParamBin to split rendering.
The development has been started in the branch split_rendering_contributions_21_and_35_parambin
.
- Taking the split rendering branch before merging into
main
as the basis. - Merging the DirAC decoder and renderer refactoring !810 (merged) on this.
- Adding the missing functionality under switch
SPLIT_REND_WITH_HEAD_ROT_PARAMBIN
. - Once this implementation is mature enough and the DirAC refactoring has been merged into
main
, the implementation can be ported into a new clean branch created frommain
.