@hackage monatone0.1.0.0

Pure Haskell library for audio metadata parsing and writing

Monatone is a pure Haskell library for parsing and writing metadata from audio files. Supported formats include . - FLAC (full read/write support with Vorbis comments and album art) - MP3 (ID3v1, ID3v2.3, and ID3v2.4 tags including APIC frames for album art) - OGG/Vorbis (Vorbis comment reading) - Opus (basic metadata support) . Features include a pure Haskell implementation with no FFI dependencies, streaming support for large files, type-safe metadata representation, and comprehensive tag writing support for both FLAC and MP3 formats.