Implemented format parsing for AAC audio files. This only supports raw ADTS AAC files at the moment, and does not support AAC wrapped in a container (e.g. M4A, M4B etc.)
Separately implemented an ADTS Header Info class, to be used by the AAC format parser.