I trying to develop an application to decode AAC on an ARM Cortex A9 processor. I will not be using an OS. Therefore this will be a bare-metal application. Are there any libraries already available for this?
I used mstorsjo-fdk-aac library on windows and Ubuntu. Is it possible to compile it for ARM to run on without an OS?
Can anyone point me in the correct direction? I searched a lot in the internet but could not get anywhere.
Thank you.