ref: 05ad2f4d4fa908edac9d56e1e6832aae0bc82398
parent: 8d912d4b1daafe11a73c01dfb43d65bf0acbb1f8
author: idigdoug <idigdoug>
date: Thu Jan 7 06:35:29 EST 2010
Mark speexdsp effect as experimental.
--- a/src/speexdsp.c
+++ b/src/speexdsp.c
@@ -337,7 +337,7 @@
" (default is 20).\n"
"-spf samples_per_frame Specify the number of samples per frame. Default is to\n"
" use the -fps setting.",
- SOX_EFF_PREC | SOX_EFF_GAIN,
+ SOX_EFF_PREC | SOX_EFF_GAIN | SOX_EFF_ALPHA,
getopts, start, flow, drain, stop, NULL, sizeof(priv_t)
};
return &sox_speexdsp_effect;