Audio_playback_and_record example (STM32F4 Discovery)
Hi. First , I'm not good at English.I am testing an example of Audio_palyback_and_recorder of STM32f4 Discovery.In the i2S setting of the microphone, hAudioInI2s.Init.AudioFreq = 2 * AudioFreq; where, AudioFreq = 16KWhy did you multiply 2?A...