Hope you are doing well. I am an Embedded Engineer working on STM32, I have recently shifted to STM32 and I use Stm32CubeIde for programming and nucleo-64(F411RE) board. I have a project with 4 mems microphones and have to perform angle detection using it and turn an led on that specific angle. I have 12 LEDs for each angle.
I know that Acoustic library can be used to do this job but I don't know how to implement it. I just want someone to help me with an example or a piece of code. I don't want the whole code or program, just a hint.
https://documentation.help/STM32-AcousticSL/struct_acoustic_s_l___handler__t.html
Well I tried to interface mems microphone Acoustic SL library but couldn't find any proper documentation for it.