Bump the buffersize from 0x1000 to 0x4000.

0x1000 gets underflows on my dell 7500 whenever I moved the mouse.
(reported as "hwptr went backwards...", with jumpy sound)
Sounds great now....
This commit is contained in:
Julian Elischer 2000-11-21 12:22:11 +00:00
parent b9b9e020c9
commit 07076ce1f7

View File

@ -73,7 +73,7 @@
# define AGG_MAXPLAYCH 4
#endif
#define AGG_BUFSIZ 4096
#define AGG_BUFSIZ 0x4000 /* 0x1000, but gets underflows */
/* -----------------------------