Changeset 978
- Timestamp:
- Feb 19, 2007 2:40:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia/config.h
r974 r978 76 76 * Specify number of sound buffers. Larger number is better for sound 77 77 * 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 82 86 */ 83 87 #ifndef PJMEDIA_SOUND_BUFFER_COUNT
Note: See TracChangeset
for help on using the changeset viewer.