Ignore:
Timestamp:
Jul 31, 2006 3:19:36 PM (18 years ago)
Author:
bennylp
Message:
  • Added iLBC codec (experimental) with the following features:
    • configurable default decoder mode (20 or 30),
    • encoder mode follows the mode specified in SDP fmtp from the remote's SDP,
    • silence detector uses pjmedia's,
    • PLC uses iLBC's PLC,
    • perceptual enhancement (penh) is configurable via codec param, as usual.
  • iLBC mode is configurable in pjsua with --ilbc-mode option.
  • Added packet lost simulation in pjmedia's UDP transport and in pjsua (with --rx-drop-pct and --tx-drop-pct options).
  • Increase default buffer count in DirectSound? to 32 frames to make it more resilient to CPU disruption.
  • Specify and parse fmtp mode in SDP for codecs that need it.
File:
1 edited

Legend:

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

    r411 r637  
    4747 
    4848 
     49/** 
     50 * Unless specified otherwise, iLBC codec is included by default. 
     51 */ 
     52#ifndef PJMEDIA_HAS_ILBC_CODEC 
     53#   define PJMEDIA_HAS_ILBC_CODEC    1 
     54#endif 
     55 
     56 
    4957 
    5058#endif  /* __PJMEDIA_CODEC_CONFIG_H__ */ 
Note: See TracChangeset for help on using the changeset viewer.