Skip to content

Files

Latest commit

135bdc8 · Dec 13, 2024

History

History
21 lines (14 loc) · 851 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 851 Bytes

audiometa

audiometa is the final piece that ties several projects together with a simple interface. While the code looks short for this specific project, the underlying modules are extensive.

File Types

  • MP3 (files containing an ID3 header)
  • MP4 (files containing an ftyp header)
  • OGG (files containing an oggs header, with vorbis or opus encoding)
  • FLAC (files containing a fLaC header)

Improvements

This version ties together bug fixes in almost every module. Improvements in performance and memory usage along with tons of optimization and testing in each package. Check the CHANGLOG for a comprehensive list of changes.

Related Projects

mp3meta

mp4meta

oggmeta

flacmeta