I need to send raw AAC audio frames one at a time to my decoder. I was able to parse the raw AAC bitstream from an MP4 file container, but I'm unable to find any solutions or a way to determine audio frame size.
I have used C# to parse the AAC bistream using the BMFF library from Codeplex.