Skip to content

Commit 617d77b

Browse files
singalsulgirdwood
authored andcommitted
Audio: EQIIR: Tune: Add generate high-pass blobs with more gain
This patch adds gain +30 dB and +40 dB variants of the high-pass filter blobs. These can be useful with laptop devices with microphones with low-sensitivity where e.g. +20 dB boost is not felt sufficient. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
1 parent f58e079 commit 617d77b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/audio/eq_iir/tune/sof_example_iir_eq.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ function sof_example_iir_eq()
166166

167167
fs_list = [16e3 48e3];
168168
fc_list = [20 30 40 50 100];
169-
g_list = [0 20];
169+
g_list = [0 20 30 40];
170170
for i = 1:length(fs_list)
171171
for j = 1:length(fc_list);
172172
for k = 1:length(g_list);

0 commit comments

Comments
 (0)