Ignore:
Timestamp:
Mar 11, 2008 8:50:46 PM (16 years ago)
Author:
bennylp
Message:

Ticket #494: Configuration option to use high quality tone generation

File:
1 edited

Legend:

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

    r1813 r1859  
    486486 
    487487/** 
     488 * Enable high quality of tone generation, the better quality will cost 
     489 * more CPU load. This is only applied to floating point enabled machines. 
     490 * 
     491 * By default it is enabled. 
     492 */ 
     493#ifndef PJMEDIA_USE_HIGH_QUALITY_TONEGEN 
     494#   define PJMEDIA_USE_HIGH_QUALITY_TONEGEN         1 
     495#endif 
     496 
     497 
     498/** 
    488499 * Enable support for SRTP media transport. This will require linking 
    489500 * with libsrtp from the third_party directory. 
Note: See TracChangeset for help on using the changeset viewer.