The audio data to read. Accepts File, Blob, Uint8Array,
or { data, filename }.
When true (default), audio properties such as
bitrate and duration are also extracted.
A Tags object. If the format is not recognised or the file
is invalid, all string fields are empty strings and audioProperties
is null.
Read tags and audio properties from an audio file.
Format detection is automatic: the filename extension is tried first, then content-based magic-byte detection.