Skip to content

Commit fdd50f6

Browse files
singalsulgirdwood
authored andcommitted
Tools: Test: Audio: Fix the arrays to test in tdfb_test.m
The test topologies for tplg2/IPC4 do not currently support other but the 2-mic array beamformer, so the other arrays are removed for now from the test to avoid the script to fail. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
1 parent 4734935 commit fdd50f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/test/audio/tdfb_test.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ function tdfb_test()
1919

2020
% Arrays to test. Since the two beams configurations are merge of two designs (pm90deg)
2121
% need to specify a compatible data file identifier for a single beam design (az0el0deg)
22-
array_data_list = {'line2_50mm_az0el0deg_48khz', 'line4_28mm_az0el0deg_48khz', 'circular8_100mm_az0el0deg_48khz'};
23-
tdfb_name_list = {'', 'line4_28mm_pm90deg_48khz', 'circular8_100mm_pm30deg_48khz'};
22+
array_data_list = {'line2_50mm_az0el0deg_48khz'};
23+
tdfb_name_list = {''};
2424

2525
%% Prepare
2626
addpath('std_utils');

0 commit comments

Comments
 (0)