aboutsummaryrefslogtreecommitdiffstats
path: root/src/playerData.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/playerData.h')
-rw-r--r--src/playerData.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/playerData.h b/src/playerData.h
index fccf782b4..830829fed 100644
--- a/src/playerData.h
+++ b/src/playerData.h
@@ -24,7 +24,8 @@
#include "decode.h"
#include "mpd_types.h"
-#define CHUNK_SIZE 1024
+/* pick 1020 since its devisible for 8,16,24, and 32-bit audio */
+#define CHUNK_SIZE 1020
extern int buffered_before_play;
extern int buffered_chunks;