From d9590dcf6ee7f17411847152b3a44be2538cd838 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 15 Feb 2026 07:20:07 +1000 Subject: [PATCH] Remove a TODO. --- miniaudio.h | 1 - 1 file changed, 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index f24d5434..8ccdd650 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -47563,7 +47563,6 @@ MA_API ma_result ma_device_update_descriptor(ma_device* pDevice, ma_device_type } - /* TODO: Reassess this. Doesn't feel right that this needs to be done here. Why can we not just used a fixed sized buffer like 1024? */ /* If the device is doing playback (ma_device_type_playback or ma_device_type_duplex), there's a couple of situations where we'll need a heap allocated cache.