/audiometa

MP3, MP4(m4a, m4b), FLAC and OGG(Vorbis, Opus) meta data reader and writer for go

Primary LanguageGoMIT LicenseMIT

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