2023-01-01 09:37 PM
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
2023-01-04 05:55 AM