Skip to content

Commit

Permalink
Audio: TDFB: Tune: Update beamformer blob angles
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
singalsu authored and kv2019i committed Dec 10, 2024
1 parent 15f68ec commit 96197c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/tdfb/tune/sof_example_two_beams.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function sof_example_two_beams()
% Author: Seppo Ingalsuo <[email protected]>

%% Stereo capture blobs with two beams
az = [0 30 90];
az = [5 15 30 90];
azstr = az_to_string(az);

prm.export_note = 'Created with script example_two_beams.m';
Expand Down

0 comments on commit 96197c0

Please sign in to comment.