How to configure WM8994 codec on the STM32429I-EVAL1 board to read data from 2 digital microphones and output audio on headphones?
I'm trying to catch audio data from 2 digital microphones and pass it to the STM32F4 MCU using AIF1 (Slot 1) of the WM8994 and SAI interface. Also my goal is to output recorded audio data (after some processing of course) using the same codec (STM32 ...