shithub: sox

Download patch

ref: d504c15378164bfb3e6d882a6b7f6e528c8bdf42
parent: 4f7a07176d6dcb32e7b26e4330ceb04132dd38ec
author: cbagwell <cbagwell>
date: Sun Dec 9 15:47:56 EST 2001

Adding todo

--- a/TODO
+++ b/TODO
@@ -3,6 +3,11 @@
 
   o Still passing some options using CFLAGS instead of stconfig.h.
 
+  o Lots of effects are sing "double" to prevent overflow of
+    st_sample_t math.  With ststdint.h we now have a portable way
+    of detecting uin64_t...  Use that when possible to speed up
+    math (won't have to convert back and forth from int to float).
+
   o Several files are using hard-coded #'s instead of ST_SAMPLE_MIN/MAX.
     Change these.