bump the buffer size from 4k to 16k. should improve performance under load.

This commit is contained in:
Cameron Grant 2000-04-01 21:28:09 +00:00
parent b25cda8a80
commit 0a3eb835c2

View File

@ -38,7 +38,7 @@
#include <dev/sound/isa/sb.h>
#include <dev/sound/chip.h>
#define ESS_BUFFSIZE (4096)
#define ESS_BUFFSIZE (16384)
#define ABS(x) (((x) < 0)? -(x) : (x))
/* audio2 never generates irqs and sounds very noisy */