shithub: sox

Download patch

ref: e9f7c8a549f1e4959196af0e81cae541f8f8077f
parent: 72507ca85456260a1373255d83c8b1bdcf5b6db0
author: cbagwell <cbagwell>
date: Sun Sep 19 18:02:18 EDT 2004

*** empty log message ***

--- a/TODO
+++ b/TODO
@@ -1,6 +1,11 @@
 People are encouraged to pick some of these and implement it.  Send
 all patches to cbagwell@users.sourceforge.net.
 
+  o Silence effect could clip silence from end of file.
+    Easiest way is to create a tmp file and store only
+    periods of silence so that it can be flowed/drained
+    out if non-silence is detected.
+
   o Effects engine should not have a global "flow" period
     followed by a global "drain" period.  Each effect should
     track which it needs to invoke.  Until thats done you