Skip to content

Decoder crashed when decoding SBA bitstreams with deterministic loss pattern

How to reproduce:

  • Encoder: ivas-float-update, d9fdb374, built with RELEASE=1
  • Decoder: main, 073fb11b, built with RELEASE=1
  • Input vectors:

Shattered_hpmd_clip1_1_HOA1S.wav

  • Step:
    1. Level signal to -16dB (see function level_audio() in the attached script gen_listening_basop.py)
    2. Encode bitstream

      IVAS_cod_ref -sba 1 16400 48 Shattered_hpmd_clip1_1_HOA1S_-16.wav bit

    3. Drop packets, with the frame erasure file det.g192

      eid-xor -fer -vbr -bs g192 -ep g192 bit det.g192 bit_error

    4. Decode bitstream

      IVAS_dec BINAURAL 48 bit_error out.wav

Console printout:

Frames processed: 319 IVAS_dec: lib_com/basop32.c:1786: L_add: Assertion `0' failed.

Edited by jtorr