I have an Android app using FAAC to convert raw PCM into raw AAC, but now I don't know how it can be packed into m4a container.
I've searched on the net and found a lot of info, but none of them solves my question. Most of them referring ffmpeg / mp4box command line, but what I need is to solve this in Android environment, which means either Java Eclipse, or JNI.
Any hint please?