You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that this patch does not compensate for lost packets. May I know the reason why?
according to opus API, you should use opus_decode with null pointer when lost packets are detected.
Is this something not needed? will quality be improved if we do this?
The text was updated successfully, but these errors were encountered:
Not sure we can figure out lost packets from within a codec plugin: all methods are invoked by the Asterisk core, and so we wouldn't be able to understand if and when a packet is lost.
From what I understand, one of the major feature of Opus is PLC. Using this patch Asterisk/opus is not compensating for lost packet at all ? That mean a conversation with 1% packets loss using Opus will have the same quality than the same 1% packets loss with G711 for example ?
traud
added a commit
to traud/asterisk-opus
that referenced
this issue
Dec 7, 2015
Hi,
I noticed that this patch does not compensate for lost packets. May I know the reason why?
according to opus API, you should use opus_decode with null pointer when lost packets are detected.
Is this something not needed? will quality be improved if we do this?
The text was updated successfully, but these errors were encountered: