id3-parser
id3-parser copied to clipboard
what would be involved in implementing unsync support?
// Currently do not support unsynchronisation
if (flags.unsync) {
throw new Error('no support for unsynchronisation');
}