Project

General

Profile

increase-xs-buf-size.patch

Matti Tiainen, July 30, 2013 14:20

View differences:

audacious-plugins-3.4/src/sid/xmms-sid.h 2013-07-30 14:55:24.000000000 +0300
34 34
 */
35 35

  
36 36
/* Size for some small buffers (always static variables) */
37
#define XS_BUF_SIZE             (1024)
37
#define XS_BUF_SIZE             (2048)
38 38

  
39 39
/* Default audio rendering frequency in Hz
40 40
 */