Simple high-level API for reading and writing audio file tags.
Provides two convenience functions — readTags and writeTags —
that accept File, Blob, or Uint8Array inputs and return/accept plain
JavaScript objects, making common tag operations easy without needing to work
with the lower-level FileRef class directly.
Simple high-level API for reading and writing audio file tags.
Provides two convenience functions — readTags and writeTags — that accept
File,Blob, orUint8Arrayinputs and return/accept plain JavaScript objects, making common tag operations easy without needing to work with the lower-level FileRef class directly.Example: Read tags from a browser File
Example: Write tags back to a browser File