Ignore:
Timestamp:
May 14, 2006 6:50:09 PM (18 years ago)
Author:
bennylp
Message:

Set default sound backend in Win32 to own DirectSound?, and changed conference clock to 10ms (from 20ms)

File:
1 edited

Legend:

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

    r438 r443  
    3535 */ 
    3636#ifndef PJMEDIA_SOUND_IMPLEMENTATION 
    37 #   define PJMEDIA_SOUND_IMPLEMENTATION     PJMEDIA_SOUND_PORTAUDIO_SOUND 
     37//#   define PJMEDIA_SOUND_IMPLEMENTATION           PJMEDIA_SOUND_PORTAUDIO_SOUND 
     38#   define PJMEDIA_SOUND_IMPLEMENTATION     PJMEDIA_SOUND_WIN32_DIRECT_SOUND 
    3839#endif 
    3940 
Note: See TracChangeset for help on using the changeset viewer.