STM32F746 cannot read level of audio input signal
I would like to read the level of audio input signal to use like a vu-meter instead of use analog input. This is my code but I read always 0dB on both channels. void AUDIO_PLAYER_Init2(){/* Allocat mem for Smr */pSmrPersistentMem = malloc(smr_persis...