Ignore:
Timestamp:
Oct 7, 2007 7:42:04 AM (17 years ago)
Author:
bennylp
Message:

Ticket #395: Added configuration to control maximum PortAudio? sound buffer latency, and change default sound backend back to WMME

File:
1 edited

Legend:

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

    r1483 r1486  
    7676 * Specify whether we prefer to use DirectSound on Windows. 
    7777 * 
    78  * Say yes! 
     78 * Default: 0 
    7979 */ 
    8080#ifndef PJMEDIA_PREFER_DIRECT_SOUND 
    81 #   define PJMEDIA_PREFER_DIRECT_SOUND      1 
     81#   define PJMEDIA_PREFER_DIRECT_SOUND      0 
     82#endif 
     83 
     84 
     85/** 
     86 * Specify PortAudio maximum buffering latency, in milliseconds. 
     87 */ 
     88#ifndef PJMEDIA_PASOUND_MAX_LATENCY 
     89#   define PJMEDIA_PASOUND_MAX_LATENCY      60 
    8290#endif 
    8391 
Note: See TracChangeset for help on using the changeset viewer.