UNPKG

music-metadata

Version:

Music metadata parser for Node.js, supporting virtual any audio and tag format.

8 lines 255 B
export const oggParserLoader = { parserType: 'ogg', extensions: ['.ogg', '.ogv', '.oga', '.ogm', '.ogx', '.opus', '.spx'], async load() { return (await import('./OggParser.js')).OggParser; } }; //# sourceMappingURL=OggLoader.js.map