Ignore:
Timestamp:
Feb 19, 2007 2:40:46 PM (17 years ago)
Author:
bennylp
Message:

Updated PJMEDIA_SOUND_BUFFER_COUNT doxygen documentation

File:
1 edited

Legend:

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

    r974 r978  
    7676 * Specify number of sound buffers. Larger number is better for sound 
    7777 * stability and to accomodate sound devices that are unable to send frames 
    78  * in timely manner, however it would take more memory. One individual 
    79  * buffer is about 10 or 20 ms long. 
    80  * 
    81  * Default: 32 
     78 * in timely manner, however it would probably cause more audio delay (and  
     79 * definitely will take more memory). One individual buffer is normally 10ms 
     80 * or 20 ms long, depending on ptime settings (samples_per_frame value). 
     81 * 
     82 * The setting here currently is used by the conference bridge, the splitter 
     83 * combiner port, and dsound.c. 
     84 * 
     85 * Default: 16 
    8286 */ 
    8387#ifndef PJMEDIA_SOUND_BUFFER_COUNT 
Note: See TracChangeset for help on using the changeset viewer.