Ignore:
Timestamp:
Apr 28, 2006 2:48:02 PM (18 years ago)
Author:
bennylp
Message:

Added Packet Lost Concealment (PLC) framework, with two backend algorithms (simple replay and G.711 Appendix I)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/config.h

    r394 r417  
    118118 
    119119 
     120/** 
     121 * G.711 Appendix I Packet Lost Concealment (PLC). 
     122 * Enabled only when floating point is enabled. 
     123 */ 
     124#ifndef PJMEDIA_HAS_G711_PLC 
     125#   define PJMEDIA_HAS_G711_PLC                 PJ_HAS_FLOATING_POINT 
     126#endif 
     127 
     128 
     129 
    120130#endif  /* __PJMEDIA_CONFIG_H__ */ 
    121131 
Note: See TracChangeset for help on using the changeset viewer.