Mercurial > audlegacy
diff ChangeLog @ 2538:719e0898ff3c trunk
[svn] - Patch to use libsamplerate for high-quality interpolated upsampling,
similar to what foobar2000 can do. Patch by Teru KAMOGASHIRA.
author | nenolod |
---|---|
date | Sat, 17 Feb 2007 02:19:35 -0800 |
parents | 7aac1b5ef85d |
children | 76724f3da0e1 |
line wrap: on
line diff
--- a/ChangeLog Sat Feb 17 01:54:30 2007 -0800 +++ b/ChangeLog Sat Feb 17 02:19:35 2007 -0800 @@ -1,3 +1,14 @@ +2007-02-17 09:54:30 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [4084] + - reinstate rcfile class for now + + trunk/src/audacious/Makefile | 2 + trunk/src/audacious/rcfile.c | 565 +++++++++++++++++++++++++++++++++++++ + trunk/src/audacious/rcfile.h | 94 ++++++ + trunk/src/audacious/ui_equalizer.c | 2 + 4 files changed, 662 insertions(+), 1 deletion(-) + + 2007-02-17 09:02:11 +0000 William Pitcock <nenolod@sacredspiral.co.uk> revision [4082] - relocate configdb to audacious core