From 8c34bbbcb79f97412fcf4ddb3d639d1325e754fc Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 16 Oct 2016 08:13:04 +1000 Subject: [PATCH] Clean up. --- mini_al.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/mini_al.h b/mini_al.h index ef258b75..7cdf8f34 100644 --- a/mini_al.h +++ b/mini_al.h @@ -2365,14 +2365,12 @@ mal_uint32 mal_get_sample_size_in_bytes(mal_format format) // TODO // ==== -// - Logging // - Profiling. Need to measure mal_device_start() and mal_device_stop() in particular. One of the two seems to be taking a bit // longer than it should. // - Initial test for start/stop times show that it's _not_ tied to the fragment size... // - Implement mmap mode for ALSA. // - Make device initialization more robust for ALSA // - Clamp period sizes to their min/max. -// - Look at using snd_pcm_sw/hw_params_calloc() instead of *malloc(). // - Support rewinding. This will enable applications to employ better anti-latency. // - Implement the null device.