mofu_audio_metadata
A lightweight, zero-dependency Dart library for reading and writing audio file metadata.
Supported Formats
- MP3 (.mp3) - ID3v1, ID3v2.2, ID3v2.3, ID3v2.4 tags with album art
- M4A/AAC (.m4a, .aac, .mp4) - MP4 metadata atoms (iTunes tags) and ID3 tags with album art
- FLAC (.flac) - Native FLAC and Ogg FLAC with Vorbis Comments and album art
- WAV (.wav) - ID3v2 and RIFF INFO tags with album art
- OPUS (.opus) - Vorbis Comments and album art
Installation
Include this repo in your project's pubspec.yaml.
Usage
See example.
Libraries
- mofu_audio_metadata
- A lightweight, pure Dart library for reading and writing metadata to audio files.