No problem. I have no idea why it's marked as rejected. Should not be. The PR 3 is similar, but for AMR-NB. Edit: Merge request 3 contains both changes! Thats why this was dropped.
No problem. I have no idea why it's marked as rejected. Should not be. The PR 3 is similar, but for AMR-NB.
Calling D_IF_decode() with bfi=1 causes noise spikes when last processed frames was non-voice. log_en was subtracted below zero until value wrapped positive, and caused spike.
Same applies to AMR-NB as previous patch for AMR-WB. Calling Decoder_Interface_Decode() with bfi=1 causes noise spikes when last processed frames was non-voice. log_en was subtracted below zero until value wrapped positive, and caused spike.
Same applies to AMR-NB as previous patch for AMR-WB.
Please comment. Not sure if this is the correct approach.
Calling D_IF_decode() with bfi=1 causes noise spikes when last processed frames was non-voice. log_en was subtracted below zero until value wrapped positive, and caused spike.
Calling D_IF_decode() with bfi=1 causes noise spikes when last processed frames was non-voice.