@@ -24,7 +24,7 @@ function sof_example_iir_eq()
2424%% -------------------
2525%% Example 1: Loudness
2626%% -------------------
27- fn.bin = ' loudness.blob ' ;
27+ fn.bin = ' loudness.bin ' ;
2828fn.txt = ' loudness.txt' ;
2929fn.tplg1 = ' eq_iir_coef_loudness.m4' ;
3030fn.tplg2 = ' loudness.conf' ;
@@ -55,7 +55,7 @@ function sof_example_iir_eq()
5555%% ------------------------------------
5656%% Example 2: Bass boost
5757%% ------------------------------------
58- fn.bin = ' bassboost.blob ' ;
58+ fn.bin = ' bassboost.bin ' ;
5959fn.txt = ' bassboost.txt' ;
6060fn.tplg1 = ' eq_iir_coef_bassboost.m4' ;
6161fn.tplg2 = ' bassboost.conf' ;
@@ -82,7 +82,7 @@ function sof_example_iir_eq()
8282%% ------------------------------------
8383%% Example 3: Band-pass
8484%% ------------------------------------
85- fn.bin = ' bandpass.blob ' ;
85+ fn.bin = ' bandpass.bin ' ;
8686fn.txt = ' bandpass.txt' ;
8787fn.tplg1 = ' eq_iir_coef_bandpass.m4' ;
8888fn.tplg2 = ' bandpass.conf' ;
@@ -109,7 +109,7 @@ function sof_example_iir_eq()
109109%% -------------------
110110%% Example 4: Flat IIR
111111%% -------------------
112- fn.bin = ' flat.blob ' ;
112+ fn.bin = ' flat.bin ' ;
113113fn.txt = ' flat.txt' ;
114114fn.tplg1 = ' eq_iir_coef_flat.m4' ;
115115fn.tplg2 = ' flat.conf' ;
@@ -136,7 +136,7 @@ function sof_example_iir_eq()
136136%% ---------------------------
137137%% Example 5: Pass-through IIR
138138%% ---------------------------
139- fn.bin = ' pass.blob ' ;
139+ fn.bin = ' pass.bin ' ;
140140fn.txt = ' pass.txt' ;
141141fn.tplg1 = ' eq_iir_coef_pass.m4' ;
142142fn.tplg2 = ' passthrough.conf' ;
@@ -180,7 +180,7 @@ function sof_example_iir_eq()
180180 fn.txt = sprintf(' highpass_%d hz_%d db_%d khz.txt' , fc , g , fsk );
181181 comment = sprintf(' %d Hz second order high-pass, gain %d dB, created with sof_example_iir_eq.m' , ...
182182 fc , g );
183- fn.bin = sprintf(' highpass_%d hz_%d db_%d khz.blob ' , fc , g , fsk );
183+ fn.bin = sprintf(' highpass_%d hz_%d db_%d khz.bin ' , fc , g , fsk );
184184
185185 %% Design IIR high-pass
186186 eq_hp = hp_iir_eq(fs , fc , g );
@@ -207,7 +207,7 @@ function sof_example_iir_eq()
207207%% Example 7: Merge previous desigs to single blob for use as presets
208208%% ------------------------------------------------------------------
209209
210- fn.bin = ' bundle.blob ' ;
210+ fn.bin = ' bundle.bin ' ;
211211fn.txt = ' bundle.txt' ;
212212fn.tplg1 = ' eq_iir_bundle.m4' ;
213213fn.tplg2 = ' bundle.conf' ;
0 commit comments