Ignore:
Timestamp:
Sep 16, 2008 4:28:40 PM (16 years ago)
Author:
bennylp
Message:

More ticket #619: fix the difference of volume in the fixed point version of the tone generator, added PJMEDIA_TONEGEN_VOLUME setting to control the default amplitude, and increase default tone volume by about 50%

File:
1 edited

Legend:

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

    r2281 r2284  
    605605 
    606606/** 
     607 * The default tone generator amplitude (1-32767). 
     608 * 
     609 * Default value: 12288 
     610 */ 
     611#ifndef PJMEDIA_TONEGEN_VOLUME 
     612#   define PJMEDIA_TONEGEN_VOLUME                   12288 
     613#endif 
     614 
     615 
     616/** 
    607617 * Enable support for SRTP media transport. This will require linking 
    608618 * with libsrtp from the third_party directory. 
Note: See TracChangeset for help on using the changeset viewer.