Skip to content

Commit 96197c0

Browse files
singalsukv2019i
authored andcommitted
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 15f68ec commit 96197c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)