An open API service indexing awesome lists of open source software.

https://github.com/gcottom/audiometa

MP3, MP4(m4a, m4b), FLAC and OGG(Vorbis, Opus) meta data reader and writer for go
https://github.com/gcottom/audiometa

flac go m4a m4b metadata metadata-editor metadata-parser mp3 mp4 ogg ogg-vorbis opus vorbis-comment

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://github.com/gcottom/mp3meta)

[mp4meta](https://github.com/gcottom/mp4meta)

[oggmeta](https://github.com/gcottom/oggmeta)

[flacmeta](https://github.com/gcottom/flacmeta)