Changeset 1483


Ignore:
Timestamp:
Oct 6, 2007 5:52:30 PM (17 years ago)
Author:
bennylp
Message:

Ticket #394: Reduce PJMEDIA_SOUND_BUFFER_COUNT default setting from 16 to 6 to reduce audio latency

File:
1 edited

Legend:

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

    r1456 r1483  
    8585/** 
    8686 * Specify number of sound buffers. Larger number is better for sound 
    87  * stability and to accomodate sound devices that are unable to send frames 
     87 * stability and to accommodate sound devices that are unable to send frames 
    8888 * in timely manner, however it would probably cause more audio delay (and  
    8989 * definitely will take more memory). One individual buffer is normally 10ms 
     
    9393 * combiner port, and dsound.c. 
    9494 * 
    95  * Default: 16 
     95 * Default: 6 
    9696 */ 
    9797#ifndef PJMEDIA_SOUND_BUFFER_COUNT 
    98 #   define PJMEDIA_SOUND_BUFFER_COUNT       16 
     98#   define PJMEDIA_SOUND_BUFFER_COUNT       6 
    9999#endif 
    100100 
Note: See TracChangeset for help on using the changeset viewer.