From 27f7eeba915da9ff27745003e2ae3975a3bc0800 Mon Sep 17 00:00:00 2001 From: David Reid Date: Tue, 13 Jan 2026 11:12:08 +1000 Subject: [PATCH] Change default period count from 3 to 2. --- miniaudio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/miniaudio.h b/miniaudio.h index ad1a5876..a466459a 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -11992,9 +11992,9 @@ int ma_android_sdk_version(void) #endif -/* Default periods when none is specified in ma_device_init(). More periods means more work on the CPU. */ +/* Default device period count. */ #ifndef MA_DEFAULT_PERIODS -#define MA_DEFAULT_PERIODS 3 +#define MA_DEFAULT_PERIODS 2 #endif /* The default period size in milliseconds. */