Skip to content

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

License

Notifications You must be signed in to change notification settings

gcottom/audiometa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.