shithub: sox

Download patch

ref: eedad64208780414db696a8f2d2e81de80ef2df8
parent: 47e891a71fe30c22f8606c98642973cbb58ea735
author: robs <robs>
date: Mon Nov 24 12:32:49 EST 2008

Clarify algorithm authorship

--- a/src/rate.c
+++ b/src/rate.c
@@ -15,8 +15,9 @@
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-/* Based upon the techniques described in `The Quest For The Perfect Resampler'
- * by Laurent De Soras; http://ldesoras.free.fr/doc/articles/resampler-en.pdf */
+/* Inspired by, and builds upon some of the ideas presented in:
+ * `The Quest For The Perfect Resampler' by Laurent De Soras;
+ * http://ldesoras.free.fr/doc/articles/resampler-en.pdf */
 
 #ifdef NDEBUG /* Enable assert always. */
 #undef NDEBUG /* Must undef above assert.h or other that might include it. */