How to use the music-metadata/lib/core.parseBuffer function in music-metadata

To help you get started, we’ve selected a few music-metadata examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Borewit / music-metadata-browser / lib / index.ts View on Github external
return convertBlobToBuffer(blob).then(buf => {
    return mm.parseBuffer(buf, blob.type, options);
  });
}