diff options
-rw-r--r-- | src/chunk.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/chunk.h b/src/chunk.h index 7d39ebdf7..755730767 100644 --- a/src/chunk.h +++ b/src/chunk.h @@ -28,8 +28,7 @@ #include <stddef.h> enum { - /* pick 1020 since its devisible for 8,16,24, and 32-bit audio */ - CHUNK_SIZE = 1020, + CHUNK_SIZE = 4096, }; struct audio_format; |