shithub: sox

Download patch

ref: ffc38e235465ccc03e7719b1fa3a20f29eae9eae
parent: c561f2900068530633992798e667ef3131a2420c
author: cbagwell <cbagwell>
date: Thu Sep 30 21:17:50 EDT 2004

doc updates

--- a/README
+++ b/README
@@ -45,9 +45,10 @@
 
 The sound effects include:
 
-  o Channel averaging, duplication, and removal
+  o Channel averaging, duplication, and removal (general mixer)
   o Band-pass filters
   o Band-reject filter
+  o Compress and Expand (compand) the dynamic range of a sample.
   o Chorus effect
   o DCShift audio.  Useful to get the best volume adjustments.
   o Deemphases filter
@@ -58,8 +59,8 @@
   o Apply a flanger effect
   o Apply a high-pass filter
   o Apply a low-pass filter
-  o Display a list of loops in a file
   o Add masking noise to a signal
+  o Multi-band compander
   o Pan sound between channels
   o Apply a phaser effect
   o Change the pitch of a sound file without effecting its speed
--- a/src/st.h
+++ b/src/st.h
@@ -19,8 +19,8 @@
 #include <stdlib.h>
 #include "ststdint.h"
 
-/* Release 12.17.5 of libst */
-#define ST_LIB_VERSION_CODE 0x0c1105
+/* Release 12.17.6 of libst */
+#define ST_LIB_VERSION_CODE 0x0c1106
 #define ST_LIB_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
 
 typedef int32_t st_sample_t;