Crate multitag

Source
Expand description

multitag is a crate for reading and writing audio metadata of various formats

We currently support reading and writing metadata to mp3, wav, aiff, flac, and mp4/m4a/… files, with support for more formats on the way.

Modules§

data
This module contains useful types for representing audio metadata information. The types in this module are typically returned by methods on Tag.

Enums§

Error
Error type.
Tag
An object containing tags of one of the supported formats.

Type Aliases§

Result