summaryrefslogtreecommitdiff
path: root/pjmedia
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-02-19 14:40:46 +0000
committerBenny Prijono <bennylp@teluu.com>2007-02-19 14:40:46 +0000
commit15a5b2f82f58a846ffe80926966212f1ffeca7c7 (patch)
tree9fa5e2d22ce00fa37149034152ee8b270b269ef5 /pjmedia
parent0e1cc01ace83ef4436c5d8564d4ca3dd7a42da96 (diff)
Updated PJMEDIA_SOUND_BUFFER_COUNT doxygen documentation
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@978 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjmedia')
-rw-r--r--pjmedia/include/pjmedia/config.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/pjmedia/include/pjmedia/config.h b/pjmedia/include/pjmedia/config.h
index f4a60cff..1ff25c66 100644
--- a/pjmedia/include/pjmedia/config.h
+++ b/pjmedia/include/pjmedia/config.h
@@ -75,10 +75,14 @@
/**
* Specify number of sound buffers. Larger number is better for sound
* stability and to accomodate sound devices that are unable to send frames
- * in timely manner, however it would take more memory. One individual
- * buffer is about 10 or 20 ms long.
+ * in timely manner, however it would probably cause more audio delay (and
+ * definitely will take more memory). One individual buffer is normally 10ms
+ * or 20 ms long, depending on ptime settings (samples_per_frame value).
*
- * Default: 32
+ * The setting here currently is used by the conference bridge, the splitter
+ * combiner port, and dsound.c.
+ *
+ * Default: 16
*/
#ifndef PJMEDIA_SOUND_BUFFER_COUNT
# define PJMEDIA_SOUND_BUFFER_COUNT 16