summaryrefslogtreecommitdiff
path: root/pjmedia
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-05-21 22:44:12 +0000
committerBenny Prijono <bennylp@teluu.com>2006-05-21 22:44:12 +0000
commit63e7438097ab7086387b1e32541f697eba65dba2 (patch)
tree013c29afbc26cf9035084ef9d8fed9500d786b62 /pjmedia
parentd85da9ebff5d209470e7c2bb842e98626ecf37e2 (diff)
Increase default number of DirectSound buffers to 16. This has seemed to make it more stable against CPU disruption
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@466 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjmedia')
-rw-r--r--pjmedia/src/pjmedia/dsound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjmedia/src/pjmedia/dsound.c b/pjmedia/src/pjmedia/dsound.c
index a2e2c9c8..ad4a2b4b 100644
--- a/pjmedia/src/pjmedia/dsound.c
+++ b/pjmedia/src/pjmedia/dsound.c
@@ -44,7 +44,7 @@
#define BYTES_PER_SAMPLE (BITS_PER_SAMPLE/8)
#define MAX_PACKET_BUFFER_COUNT 32
-#define DEFAULT_BUFFER_COUNT 8
+#define DEFAULT_BUFFER_COUNT 16
#define MAX_HARDWARE 16