AudioEncoding
Transcoding an iTunes M4A file to a Nokia AAC
If you have an iTunes M4A file it can be converted to a Nokia AAC file by executing the following on Linux:
faad -a output.aac input.m4a
I know it seems easy, but it took me too long to figure out.