Ignore:
Timestamp:
Jun 10, 2008 6:56:10 PM (16 years ago)
Author:
nanang
Message:

Updated default speex quality settings and reenabled pjsua to set Speex codec quality based on media quality config

File:
1 edited

Legend:

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

    r1965 r2004  
    6060 
    6161/** 
    62  * Speex codec default quality setting. 
     62 * Speex codec default quality setting. Please note that pjsua-lib may override 
     63 * this setting via its codec quality setting (i.e PJSUA_DEFAULT_CODEC_QUALITY). 
    6364 */ 
    6465#ifndef PJMEDIA_CODEC_SPEEX_DEFAULT_QUALITY 
    65 #   define PJMEDIA_CODEC_SPEEX_DEFAULT_QUALITY      5 
     66#   define PJMEDIA_CODEC_SPEEX_DEFAULT_QUALITY      8 
    6667#endif 
    6768 
Note: See TracChangeset for help on using the changeset viewer.