From 80c1a6300847a366aa4fe03cba70549871288518 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 4 Nov 2017 21:46:17 +1000 Subject: [PATCH] Clean up TODOs. --- mini_al.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mini_al.h b/mini_al.h index 438f9b3a..b8800ccf 100644 --- a/mini_al.h +++ b/mini_al.h @@ -9726,12 +9726,6 @@ void mal_pcm_f32_to_s32(int* pOut, const float* pIn, unsigned int count) // - Optimize the DSP pipeline generally // // -// ALSA -// ---- -// - Finish mmap mode. -// - Tweak the default buffer size and period counts. Pretty sure the ALSA backend can support a much smaller default buffer size. -// -// // OpenSL|ES / Android // ------------------- // - Test!