summaryrefslogtreecommitdiff
path: root/src/audiocache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/audiocache.h')
-rw-r--r--src/audiocache.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/audiocache.h b/src/audiocache.h
index 9d70ea8..06493e6 100644
--- a/src/audiocache.h
+++ b/src/audiocache.h
@@ -37,8 +37,7 @@
#include "audiocacheidmanager.h"
#include "audiocacheeventhandler.h"
-// 20 seconds * 96kHz * sizeof(float) * 16 channels / 16 samples buffer size
-#define CHUNK_MULTIPLIER (20 * 96000 * 4 * 16 / 16) //16
+#define CHUNK_MULTIPLIER 16
//TODO: