shithub: sox

Download patch

ref: 9776cbb97052d2867d310cb1618076202a1bf79e
parent: 677e7cebedd3ac9340ab37535a17ac705c3ffc30
author: robs <robs>
date: Wed Feb 21 07:44:57 EST 2007

Mark vibro as deprecated.

--- a/src/vibro.c
+++ b/src/vibro.c
@@ -41,7 +41,7 @@
 sox_effect_t const * sox_vibro_effect_fn(void)
 {
   static sox_effect_t driver = {
-    "vibro", "Usage: vibro speed [depth]", SOX_EFF_MCHAN,
+    "vibro", "Usage: vibro speed [depth]", SOX_EFF_MCHAN | SOX_EFF_DEPRECATED,
     getopts, sox_synth_start, sox_synth_flow, 0, 0, 0,
   };
   return &driver;