Commit 8c34bbbc authored by David Reid's avatar David Reid

Clean up.

parent 6f11e646
...@@ -2365,14 +2365,12 @@ mal_uint32 mal_get_sample_size_in_bytes(mal_format format) ...@@ -2365,14 +2365,12 @@ mal_uint32 mal_get_sample_size_in_bytes(mal_format format)
// TODO // 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 // - 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. // longer than it should.
// - Initial test for start/stop times show that it's _not_ tied to the fragment size... // - Initial test for start/stop times show that it's _not_ tied to the fragment size...
// - Implement mmap mode for ALSA. // - Implement mmap mode for ALSA.
// - Make device initialization more robust for ALSA // - Make device initialization more robust for ALSA
// - Clamp period sizes to their min/max. // - 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. // - Support rewinding. This will enable applications to employ better anti-latency.
// - Implement the null device. // - Implement the null device.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment