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:
parent
b9b9e020c9
commit
07076ce1f7
@ -73,7 +73,7 @@
|
||||
# define AGG_MAXPLAYCH 4
|
||||
#endif
|
||||
|
||||
#define AGG_BUFSIZ 4096
|
||||
#define AGG_BUFSIZ 0x4000 /* 0x1000, but gets underflows */
|
||||
|
||||
|
||||
/* -----------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user