Reads a file in given path with given options
the file to read
define which information should be returned
a object returning parsed information
Reads a stream with given options
the stream to read (NodeJS.stream.Readable)
define which information should be returned
Optional
streamSize: numberif known, provide the stream size to speed up duration calculation (otherwise stream may have to be parsed in full)
a object returning parsed information
Removes ID3v1 and/or ID3v2 Tag from a file with given options
the file to clean
define which tags should be removed
a object returning which tags have been removed
Class for
Basic usage example: