2018-07-05 02:27 AM
I have a 4 channel ADC ADAU 1978 that records sound from 3 different microphones attached to it. Now the recorded data is in I2S format. How do i convert this I2S data to .WAV/ mp3 audio file format? Also, which are the different audio file formats supported by stm32f407?
2018-07-05 03:34 AM
The STM32F407 doesn't know or support any 'audio file format'. Once the I2S data are read in, this must be done with software (your code).
2018-07-05 06:25 AM
The I2S data read in can be converted to which different audio file formats?