changeset 279:1481531b4ce2

Oversampling notes
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 25 Dec 2004 08:50:04 +0000
parents 69ec4290030c
children b7e2938f2837
files BUGS Makefile.am
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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! :)
 
--- 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	\