aboutsummaryrefslogtreecommitdiffstats
path: root/src/playerData.h
diff options
context:
space:
mode:
authorAndreas Claesson <andreas.claesson@gmail.com>2005-05-22 21:40:23 +0000
committerAndreas Claesson <andreas.claesson@gmail.com>2005-05-22 21:40:23 +0000
commit422410c46de81cec8872a9b91d07a7c9eca96b82 (patch)
tree36597b9d2d6c487d7becf01fba056e1dda23ff6c /src/playerData.h
parentc2616b44581f9cef1509a91ca5eb663ed9f0db1b (diff)
downloadmpd-422410c46de81cec8872a9b91d07a7c9eca96b82.tar.gz
mpd-422410c46de81cec8872a9b91d07a7c9eca96b82.tar.xz
mpd-422410c46de81cec8872a9b91d07a7c9eca96b82.zip
Addin floating point modifications
git-svn-id: https://svn.musicpd.org/mpd/branches/ancl@3274 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--src/playerData.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/playerData.h b/src/playerData.h
index b8fdf1a2b..e615e7d16 100644
--- a/src/playerData.h
+++ b/src/playerData.h
@@ -28,7 +28,8 @@
#include "outputBuffer.h"
/* pick 1020 since its devisible for 8,16,24, and 32-bit audio */
-#define CHUNK_SIZE 1020
+/* changed (by ancl) to 2016 since that is divisible also by all in stereo*/
+#define CHUNK_SIZE 2016
extern int buffered_before_play;
extern int buffered_chunks;