Ignore:
Timestamp:
Sep 28, 2007 1:12:15 PM (17 years ago)
Author:
bennylp
Message:

Ticket #384: Prefer to use Direct Sound as the sound device backend on Windows

File:
1 edited

Legend:

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

    r1393 r1456  
    7474 
    7575/** 
     76 * Specify whether we prefer to use DirectSound on Windows. 
     77 * 
     78 * Say yes! 
     79 */ 
     80#ifndef PJMEDIA_PREFER_DIRECT_SOUND 
     81#   define PJMEDIA_PREFER_DIRECT_SOUND      1 
     82#endif 
     83 
     84 
     85/** 
    7686 * Specify number of sound buffers. Larger number is better for sound 
    7787 * stability and to accomodate sound devices that are unable to send frames 
Note: See TracChangeset for help on using the changeset viewer.