Commit 823a56f8 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

Merge branch 'fix-wrong-arguments-for-dlyerr2errpat' into 'main'

Ensure error patterns from delay error profiles are produced with G.192 word format

See merge request !239
parents 11b4529a 455b6d65
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -303,6 +303,7 @@ class IVAS(Processing):
                    fer_pattern=errpat,
                    late_loss_rate=self.tx.get("errpatt_late_loss_rate"),
                    shift=shift,
                    flag_word=True,
                )
                eid_xor(errpat, bitstream, bitstream_processed)
            elif self.tx["type"] == "FER":