annotate src/crossfade/TODO @ 3196:0f7180e3b163

alsa-ng: Enforce a minimum buffer size of 500ms.
author William Pitcock <nenolod@atheme.org>
date Sun, 12 Jul 2009 08:30:13 -0500
parents 31b1dbef64c2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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