GNOME Bugzilla – Bug 675122
opus: FEC/PLC does not work
Last modified: 2012-06-11 09:10:44 UTC
Enabling FEC/PLC does not sound any different from disabled when packets are dropped. It's supposed to be supported though, and the right code paths appear to be taken from a first debugging attempt. Reminder bug for me to look at when I get a moment.
Fixed some days ago, forgot to close. commit 6c3e13197ebc81df26d5e01a161a13e8e4b66bf4 Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> Date: Mon Apr 30 14:40:02 2012 +0100 opusdec: fix lost packet handling for FEC/PLC The base audio decoder sends zero size packets, not NULL buffers, to signal dropped packets.