cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the angle value using xcubememsmic1 expansion pack?

Viki
Associate II

Hello!

I am working on a project with 4 mems microphones and I want to get the angle of sound(sound source localization) using xcubememsicmic1 sound expansion pack but I don't know how can I get it?

Anyone who has experience in mems technology and sound source localization, please help me.

I have some of the functions here, please tell me how to use it in my main()?

uint32_t AcousticSL_Process(int32_t * Estimated_Angle, AcousticSL_Handler_t * pHandler); //taken from AcousticSL.c
 
static float32_t GCC_GetAngle(libSoundSourceLoc_Handler_Internal * SLocInternal, int32_t * out_angles); //taken from libSoundSourceLoc.c

1 REPLY 1
Eleon BORLINI
ST Employee

Hi @Community member​ ,

please consider this thread (LINK1) and this other thread (LINK2) and keep only those for any further requests.

-Eleon