Skip to content

Commit 9047abc

Browse files
committed
matrix4_common.h: Use elliptic filters by default.
1 parent 00fa94d commit 9047abc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ Example:
250250
Surround output delay. Default is zero.
251251
* `filter_type=filter[:stop_dB[:stop_dB]]` (`matrix4_mb` only)
252252
Type of filter used for low pass sections of the filter bank. `filter`
253-
may be `butterworth`, `chebyshev1`, `chebyshev2` (default), or
254-
`elliptic`.
253+
may be `butterworth`, `chebyshev1`, `chebyshev2`, or `elliptic`
254+
(default).
255255

256256
The optional `stop_dB` parameter(s) set the stopband attenuation in
257257
decibels for the Chebyshev and elliptic filters. Only the first

dsp.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ Surround output delay. Default is zero.
247247
.TP
248248
filter_type=\fIfilter\fR[:\fIstop_dB\fR[:\fIstop_dB\fR]] (\fBmatrix4_mb\fR only)
249249
Type of filter used for low pass sections of the filter bank. \fIfilter\fR
250-
may be \fIbutterworth\fR, \fIchebyshev1\fR, \fIchebyshev2\fR (default), or
251-
\fIelliptic\fR.
250+
may be \fIbutterworth\fR, \fIchebyshev1\fR, \fIchebyshev2\fR, or \fIelliptic\fR
251+
(default).
252252
.sp 0.5
253253
The optional \fIstop_dB\fR parameter(s) set the stopband attenuation in
254254
decibels for the Chebyshev and elliptic filters. Only the first

matrix4_common.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
#define DIR_BOOST_SENS_RISE 0.1
5252
#define DIR_BOOST_SENS_FALL 0.002
5353

54-
#define FILTER_BANK_TYPE_DEFAULT FILTER_BANK_TYPE_CHEBYSHEV2
54+
#define FILTER_BANK_TYPE_DEFAULT FILTER_BANK_TYPE_ELLIPTIC
5555

5656
/* fade parameters when toggling effect via signal() */
5757
#define FADE_TIME 500.0

0 commit comments

Comments
 (0)