changeset 3169:62bc6d9b6de0

alsa-ng: Add a TODO.
author William Pitcock <nenolod@atheme.org>
date Fri, 15 May 2009 00:47:24 -0500
parents 7e58928783b3
children 5166d34025cc
files src/alsa-ng/TODO
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/alsa-ng/TODO	Fri May 15 00:47:24 2009 -0500
@@ -0,0 +1,6 @@
+The following things are not implemented yet.
+
+- mixer support
+- prerolling: this means that it is possible for buffer underruns occasionally.
+  we want to preroll at least 50% of buffer_size before actually writing anything
+  to the soundcard.