# HG changeset patch # User William Pitcock # Date 1240582884 18000 # Node ID 31b1dbef64c26f60a404f29398cc2d3206fc85a9 # Parent 8c772d3a5346c1eadf23b1d341b77572269e8663 crossfade-ng: add TODO file for this diff -r 8c772d3a5346 -r 31b1dbef64c2 src/crossfade/TODO --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/crossfade/TODO Fri Apr 24 09:21:24 2009 -0500 @@ -0,0 +1,18 @@ +audacious minimal crossfade plugin. +----------------------------------- + +Copyright © 2009 William Pitcock . + +Note that this is the crossfading engine only. All other features not related to that +engine are removed, but they were not useful in the scope of audacious anyway. + +stuff to do still +----------------- + +- player.[ch] can go easily +- finish refactoring config GUI +- see if we really need format.c or not. the plugin should always be getting S16_NE through + libSAD. +- use of libSAD to do the xfade would be cool (we could support 24bit this way although the fade + would be dithered) +