According the documentation, ID3 tags have an unsynchronization flag. As I understood, it should only be applied to ID3 frames (not headers or footer).
But how exactly should I process the frames before parsing (for reading, not writing)? Should I just replace all '11111111 111xxxxx'
sequences for '11111111 00000000 111xxxxx'
?