Ignore:
Timestamp:
May 22, 2006 10:28:44 AM (18 years ago)
Author:
bennylp
Message:

Put back high thread priority in dsound.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/dsound.c

    r467 r469  
    463463 
    464464 
    465     /* Raise self priority */ 
    466     //SetThreadPriority( GetCurrentThread(), THREAD_PRIORITY_HIGHEST); 
     465    /* Raise self priority. We don't want the audio to be distorted by 
     466     * system activity. 
     467     */ 
     468    SetThreadPriority( GetCurrentThread(), THREAD_PRIORITY_HIGHEST); 
    467469 
    468470    /* Calculate bytes per frame */ 
Note: See TracChangeset for help on using the changeset viewer.