I have a mono channel to play audio files and can't play stereo files since it allocates more memory. Seems like audio quality of mono file isn't good because I lose a certain part of data.
According to I2S example of STM32373C-EVAL SDK : "Mono audio streaming is not supported (in order to play mono audio streams, each data should be sent twice on the I2S or should be duplicated on the source buffer. Or convert the stream in stereo befo...