From 522b45a7f85011c44ea8ecc5d46c81a41c2c9f94 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 4 Dec 2015 12:16:32 -0800 Subject: [PATCH] add missing code to eq_const --- crap/eq_const.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crap/eq_const.hpp b/crap/eq_const.hpp index 9ae41e9..557a696 100644 --- a/crap/eq_const.hpp +++ b/crap/eq_const.hpp @@ -66,6 +66,8 @@ struct Crap_eq_const f[ 9] = biquad_gen(FILT_PEAKING, 6300, -6.4, 1.00, fs); f[10] = biquad_gen(FILT_PEAKING, 8390, 1.5, 0.15, fs); f[11] = biquad_gen(FILT_PEAKING, 13333, 3.1, 0.19, fs); + for (int i = 0; i < bands; i++) + filters_R[i] = filters_L[i]; } };