# HG changeset patch # User Matti Hamalainen # Date 1103964604 0 # Node ID 1481531b4ce2be550c41fbf8eb07c15d9272cacc # Parent 69ec4290030cc7de83d14d138d32378f00b70aa3 Oversampling notes diff -r 69ec4290030c -r 1481531b4ce2 BUGS --- a/BUGS Sat Dec 25 08:50:03 2004 +0000 +++ b/BUGS Sat Dec 25 08:50:04 2004 +0000 @@ -2,6 +2,11 @@ ===================== Author's contact information can be found from README-file. +* The oversampling rate-conversion filter is not final in 0.8.0betas, + I'm pretty sure it does not work on certain platforms at all. This + will be fixed for final 0.8.0 release, also the filter itself will + be changed, so do not bother sending patches. + * There _may_ be some endianess problems that I'm not aware of. PLEASE bugger me, if you notice any! :) diff -r 69ec4290030c -r 1481531b4ce2 Makefile.am --- a/Makefile.am Sat Dec 25 08:50:03 2004 +0000 +++ b/Makefile.am Sat Dec 25 08:50:04 2004 +0000 @@ -77,6 +77,7 @@ src/xs_stil.c src/xs_stil.h \ src/xs_title.c src/xs_title.h \ src/xs_fileinfo.c src/xs_fileinfo.h \ + src/xs_filter.c \ src/xs_sidplay.h \ src/xs_sidplay1.cc src/xs_sidplay1.h \ src/xs_sidplay2.cc src/xs_sidplay2.h \