Packet Loss Concealment (PLC) is a technique which may mask the effects of packet loss in VOIP communications. Because the voice signal is sent as packets on a VOIP network, they may travel different routes to get to a destination. At the receiver a packet might arrive very late, corrupted, or simply might not arrive. One of the cases in which the last situation could happen is where a packet is rejected by a server which has a full buffer and cannot accept any more data. In a VOIP connection, error-control techniques such as ARQ are not feasible and the receiver should be able to cope with packet loss.
PLC techniques consist of :
- Zero insertion: the lost speech frames are replaced with a zero.
- Waveform substitution: the missing gap is reconstructed by repeating a portion of already received speech. The simplest form of this would be to repeat the last received frame. Other techniques account for fundamental frequency, gap duration, etc. Waveform substitution methods are popular because of their simplicity to understand and implement. An example of such an algorithm is proposed in ITU recommendation G.711 Appendix I.
- Model-based methods: an increasing number of algorithms that take advantage of speech models of interpolating and extrapolating speech gaps are being introduced and developed.