annotate src/alsa-ng/TODO @ 3170:5166d34025cc

alsa-ng: Add some niceties to the TODO.
author William Pitcock <nenolod@atheme.org>
date Fri, 15 May 2009 00:49:04 -0500
parents 62bc6d9b6de0
children cb93b500a364
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3169
62bc6d9b6de0 alsa-ng: Add a TODO.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
1 The following things are not implemented yet.
62bc6d9b6de0 alsa-ng: Add a TODO.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
2
62bc6d9b6de0 alsa-ng: Add a TODO.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
3 - mixer support
62bc6d9b6de0 alsa-ng: Add a TODO.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
4 - prerolling: this means that it is possible for buffer underruns occasionally.
62bc6d9b6de0 alsa-ng: Add a TODO.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
5 we want to preroll at least 50% of buffer_size before actually writing anything
62bc6d9b6de0 alsa-ng: Add a TODO.
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
6 to the soundcard.
3170
5166d34025cc alsa-ng: Add some niceties to the TODO.
William Pitcock <nenolod@atheme.org>
parents: 3169
diff changeset
7
5166d34025cc alsa-ng: Add some niceties to the TODO.
William Pitcock <nenolod@atheme.org>
parents: 3169
diff changeset
8 The following things would be nice:
5166d34025cc alsa-ng: Add some niceties to the TODO.
William Pitcock <nenolod@atheme.org>
parents: 3169
diff changeset
9
5166d34025cc alsa-ng: Add some niceties to the TODO.
William Pitcock <nenolod@atheme.org>
parents: 3169
diff changeset
10 - use HAL (or DeviceKit) to match up devices and mixer settings. The old way sucks
5166d34025cc alsa-ng: Add some niceties to the TODO.
William Pitcock <nenolod@atheme.org>
parents: 3169
diff changeset
11 majorly, I want to be able to just choose a soundcard and have it set up the mixer
5166d34025cc alsa-ng: Add some niceties to the TODO.
William Pitcock <nenolod@atheme.org>
parents: 3169
diff changeset
12 the right way on it's own. This is 2009, and this should be possible.
5166d34025cc alsa-ng: Add some niceties to the TODO.
William Pitcock <nenolod@atheme.org>
parents: 3169
diff changeset
13