ref: fe04705125c69609d4d06ed0f094171572636985
parent: cf1349229423ba2a1911cec051d286a5fd7b0cc9
author: robs <robs>
date: Sat Nov 8 01:34:00 EST 2008
make rate linear phase by default
--- a/src/rate.c
+++ b/src/rate.c
@@ -583,7 +583,7 @@
}
argc -= optind, argv += optind;
- if ((unsigned)p->quality < 2 && (p->bandwidth || p->phase != 25 || p->allow_aliasing)) {
+ if ((unsigned)p->quality < 2 && (p->bandwidth || p->phase != 50 || p->allow_aliasing)) {
lsx_fail("override options not allowed with this quality level");
return SOX_EOF;
}