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!