Mercurial > audlegacy-plugins
annotate src/crossfade/TODO @ 3198:83b1a4e5f453
alsa-ng: Keep mixer open even when playback stopped.
author | John Lindgren <john.lindgren@tds.net> |
---|---|
date | Wed, 22 Jul 2009 16:42:16 -0400 |
parents | 31b1dbef64c2 |
children |
rev | line source |
---|---|
3068
31b1dbef64c2
crossfade-ng: add TODO file for this
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
1 audacious minimal crossfade plugin. |
31b1dbef64c2
crossfade-ng: add TODO file for this
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
2 ----------------------------------- |
31b1dbef64c2
crossfade-ng: add TODO file for this
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
3 |
31b1dbef64c2
crossfade-ng: add TODO file for this
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
4 Copyright © 2009 William Pitcock <nenolod@atheme.org>. |
31b1dbef64c2
crossfade-ng: add TODO file for this
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
5 |
31b1dbef64c2
crossfade-ng: add TODO file for this
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
6 Note that this is the crossfading engine only. All other features not related to that |
31b1dbef64c2
crossfade-ng: add TODO file for this
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
7 engine are removed, but they were not useful in the scope of audacious anyway. |
31b1dbef64c2
crossfade-ng: add TODO file for this
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
8 |
31b1dbef64c2
crossfade-ng: add TODO file for this
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
9 stuff to do still |
31b1dbef64c2
crossfade-ng: add TODO file for this
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
10 ----------------- |
31b1dbef64c2
crossfade-ng: add TODO file for this
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
11 |
31b1dbef64c2
crossfade-ng: add TODO file for this
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
12 - player.[ch] can go easily |
31b1dbef64c2
crossfade-ng: add TODO file for this
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
13 - finish refactoring config GUI |
31b1dbef64c2
crossfade-ng: add TODO file for this
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
14 - see if we really need format.c or not. the plugin should always be getting S16_NE through |
31b1dbef64c2
crossfade-ng: add TODO file for this
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
15 libSAD. |
31b1dbef64c2
crossfade-ng: add TODO file for this
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
16 - use of libSAD to do the xfade would be cool (we could support 24bit this way although the fade |
31b1dbef64c2
crossfade-ng: add TODO file for this
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
17 would be dithered) |
31b1dbef64c2
crossfade-ng: add TODO file for this
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
18 |