case ER_AAC_LD:
//ga-specific info:
config.frameLengthFlag = in.readBool();
if(config.frameLengthFlag) throw new AACException("config uses 960-sample frames, not yet supported"); //TODO: are 960-frames working yet?
config.dependsOnCoreCoder = in.readBool();
if(config.dependsOnCoreCoder) config.coreCoderDelay = in.readBits(14);
else config.coreCoderDelay = 0;
config.extensionFlag = in.readBool();
if(config.extensionFlag) {
if(config.profile.isErrorResilientProfile()) {