fseek($this->_getFilePointer(), $this->getTagSize() + $this->_headerSize + ($this->getFooterPresent() == 1 ? $this->_footerSize : 0)); // Fast forward past the header and tags
// The largest frame size is 4096 bytes (256kbps@8000Hz)
// We want to look for a frame sync (0xFF) within the first 4096 bytes of data