bump the buffer size from 4k to 16k. should improve performance under load.
This commit is contained in:
parent
b25cda8a80
commit
0a3eb835c2
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user