Error in ISAR encoder with RTP dump for LC3+ codec using 5ms render frame size
The ISAR encoder doesn't run with the RTP dump output format when LC3+ codec is requested with 5ms render framesize (1DoF). The codec prints the following error message:
Error Wrong function parameters while pushing SR audio bitstream to RTP pack
Decoding finished prematurely: Wrong function parameters
To reproduce the issue:
./IVAS_cod -max_band FB -q -sba +1 -rtpdump 8 48000 48 stvFOA48c.wav bit.rtpdump
./IVAS_dec -fr 20 -rtpOutSR -VOIP_HF_ONLY=1 -no_delay_cmp -render_config tests/split_rendering/renderer_configs/framing/framing_LC3PLUS_1dof_5ms.txt BINAURAL_SPLI
T_CODED 48 bit.rtpdump split.rtpdump.out
Edited by Vladimir Malenovsky