[xiph-commits] r13993 - trunk/speex/libspeex

jm at svn.xiph.org jm at svn.xiph.org
Mon Oct 15 16:09:04 PDT 2007


Author: jm
Date: 2007-10-15 16:09:04 -0700 (Mon, 15 Oct 2007)
New Revision: 13993

Modified:
   trunk/speex/libspeex/resample.c
Log:
resampler is a bit more stable than it sounded...


Modified: trunk/speex/libspeex/resample.c
===================================================================
--- trunk/speex/libspeex/resample.c	2007-10-15 23:06:39 UTC (rev 13992)
+++ trunk/speex/libspeex/resample.c	2007-10-15 23:09:04 UTC (rev 13993)
@@ -37,10 +37,9 @@
       - Low memory requirement
       - Good *perceptual* quality (and not best SNR)
 
-   The code is working, but it's in a very early stage, so it may have
-   artifacts, noise or subliminal messages from satan. Also, the API 
-   isn't stable and I can actually promise that I *will* change the API
-   some time in the future.
+   Warning: This resampler is relatively new. Although I think I got rid of 
+   all the major bugs and I don't expect the API to change anymore, there
+   may be something I've missed. So use with caution.
 
    This algorithm is based on this resampling algorithm by Julius O. Smith:
    http://ccrma.stanford.edu/~jos/resample/



More information about the commits mailing list