- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ,
we work on the codec sample code.
It seems the g711 support the PLC.
Is that correct ?
How about the g726 ?
Because the encoding is
doing by a function ippsEncode_G726_16s8u
and it accept uniform PCM.
Is it the PLC need to bedone before the Encode function or
the Encode functioninclude some extra PLC
Thanks for anyone can answer this question
norman
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, Norman.
You absolutely right about G.711 codec. It has got VAD and PLC blocks. They were taken from G.729.
As for G.726. It hasn't got PLC (Packet Lost Concealment). USC implementation of G.726 just emulates lost packets with zeros inbitsream. You can use this emulation just passing NULL "in" pointer to the Decode() function.
Igor S. Belyakov

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page