we are a team producing IP network based audio solutions for our customers. We have been using mp3 encoder feature of VS1063a for this purpose. VS1063 is used as a slave and a microcontroller as a host. VS101063a is configured for dual stereo mp3 encoding and data is read from HDATA0. We alread have ~200 pcs of VS1063a. Everything works fine, and we appreciate your great efforts on the VS1063a, thanks.
Here is the question

It is needed to convert stereo mp3 encoded file to two mono channels (seperate left and right channels) . Seperation can be done using multimedia tools like ffmpeg,gstreamer,vlc etc..
It could be a better way to do it while reading from HDATA0. For I2S output, one 8bit frame for Left and one 8Bit frame for right channel. Is it similiar while reading from HDATA0 ? How can we record two seperate mp3 files instead of a stereo one file by reading from HDATA0
It is mentioned that
"Dual-channel audio like multilingual transmissions using one stereo stream is neither
supported nor recommended."
in VS1063PG page:22 but I couldn't get the idea.
thanks.