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.