Changeset 1483
- Timestamp:
- Oct 6, 2007 5:52:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia/config.h
r1456 r1483 85 85 /** 86 86 * Specify number of sound buffers. Larger number is better for sound 87 * stability and to accom odate sound devices that are unable to send frames87 * stability and to accommodate sound devices that are unable to send frames 88 88 * in timely manner, however it would probably cause more audio delay (and 89 89 * definitely will take more memory). One individual buffer is normally 10ms … … 93 93 * combiner port, and dsound.c. 94 94 * 95 * Default: 1695 * Default: 6 96 96 */ 97 97 #ifndef PJMEDIA_SOUND_BUFFER_COUNT 98 # define PJMEDIA_SOUND_BUFFER_COUNT 1698 # define PJMEDIA_SOUND_BUFFER_COUNT 6 99 99 #endif 100 100
Note: See TracChangeset
for help on using the changeset viewer.