I'm working on a commercial C\C++ app on Windows that need to decode AAC. I have looked at this question AAC Codec Library (libFAAC alternative) From the answer, it seems that FFmpeg has a native LGPL AAC decoder. However, when I looked at FFmpeg home page, I found no information about this decoder or what AAC object type it supports (only information about encoder). I have been searching for this for 2 days but I found almost nothing. So my questions are:
- What type of object type does native FFmpeg AAC decoder support or does it even exist?
- If the above decoder does not exist then is there any alternative free library? I have also looked at FDK AAC but I don't understand its license, can I use it for commercial product?
Please help I'm new to audio codec.