Skip to content

Commit 5bc6a4f

Browse files
committed
Audio: TDFB: Tune: Update beamformer blob angles
This change adds to exported blobs for ucm2 usage more angles. The angles selectable from user space are for stereo capture +/- 5/15/30/90 degrees. The zero degrees beam is changed to plus/minus degrees to provide some stereo sensation instead of mono. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
1 parent 9581a01 commit 5bc6a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/audio/tdfb/tune/sof_example_two_beams.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function sof_example_two_beams()
1818
% Author: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
1919

2020
%% Stereo capture blobs with two beams
21-
az = [0 30 90];
21+
az = [5 15 30 90];
2222
azstr = az_to_string(az);
2323

2424
prm.export_note = 'Created with script example_two_beams.m';

0 commit comments

Comments
 (0)