From df58a2e458fc347345b2f810ae4625b7d603c3f6 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 1 Jul 2018 18:23:15 +1000 Subject: [PATCH] Remove a stale comment. --- mini_al.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/mini_al.h b/mini_al.h index e7a2389b..c7365b5f 100644 --- a/mini_al.h +++ b/mini_al.h @@ -13958,9 +13958,6 @@ mal_result mal_device_init__coreaudio(mal_context* pContext, mal_device_type dev } } - - // In my testing, it appears that Core Audio likes queue buffers to be larger than device's IO buffer which was set above. We're going to make - // the size of the queue buffers twice the size of the device's IO buffer. actualBufferSizeInFrames = actualBufferSizeInFrames / pDevice->periods; result = mal_set_AudioObject_buffer_size_in_frames(deviceObjectID, deviceType, &actualBufferSizeInFrames); if (result != MAL_SUCCESS) {