summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-06-13 20:23:37 +1000
committerquou <quou@disroot.org>2024-06-13 20:23:37 +1000
commit9dad4016ef52ae71c0325ea9d078e499c484d51f (patch)
tree43c352394b76d33537738dbdff2f5359bbc44df0 /config.h
parent71272f110fd00dc65bf5f028781eebb9969819b2 (diff)
playlists and stuffHEADmaster
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index 47fb153..b8c2bd0 100644
--- a/config.h
+++ b/config.h
@@ -9,13 +9,14 @@
#define album_cover_h 600
/* For each channel. */
-#define audio_buffer_size (1024 * 4)
+#define audio_buffer_size (1024 * 64)
#define memory_heap_size (1024 * 1024 * 512)
#define memory_size (memory_heap_size + (1024 * 1024 * 8))
#define library_memory_size (1024 * 1024 * 256)
#define library_path "/home/quou/music/"
+#define playlist_max 2048
#if defined(is64bit) && is64bit
#define allocation_default_alignment 8