Use 2KB buffers now, seems to work fine.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25928 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-06-11 14:59:40 +00:00
parent 819eb21bbf
commit bc8b563b74

View File

@ -24,8 +24,8 @@
//#define DEFAULT_BUFFER_SIZE 2048
//#define DEFAULT_BUFFER_SIZE (32*1024)
#define DEFAULT_BUFFER_SIZE (16*1024)
//#define DEFAULT_BUFFER_SIZE (2*1024)
//#define DEFAULT_BUFFER_SIZE (16*1024)
#define DEFAULT_BUFFER_SIZE (2*1024)
/* define to support encoded audio (AC3, MPEG, ...) when the card supports it */
//#define ENABLE_NON_RAW_SUPPORT 1