C, Or C++ Code For Using Lame Api To Convert An M4a (mpeg-4 Audio) To Mp3
I'm using native LAME code for a part of my Android application. This code is supposed to take a string pointing to the input file (M4A) and a string to the output file (MP3). I fo
Solution 1:
You are not decoding the M4A audio into raw audio data before sending it into LAME.
"PCM audio" means no compression.
Post a Comment for "C, Or C++ Code For Using Lame Api To Convert An M4a (mpeg-4 Audio) To Mp3"