Ignore:
Timestamp:
Apr 19, 2013 8:52:14 AM (11 years ago)
Author:
bennylp
Message:

Re #1657: set default pjsua media quality to 4 for BB10 to activate the small filter resampling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/config_site_sample.h

    r4469 r4479  
    427427 */ 
    428428#if defined(PJ_CONFIG_BB10) && PJ_CONFIG_BB10 
     429    /* Quality 3 - 4 to use resampling small filter */ 
     430    #define PJSUA_DEFAULT_CODEC_QUALITY                 4 
    429431    #define PJMEDIA_HAS_LEGACY_SOUND_API                0 
    430432    #undef PJMEDIA_HAS_SPEEX_AEC 
Note: See TracChangeset for help on using the changeset viewer.