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
- Host: GitHub
- URL: https://github.com/gcottom/audiometa
- Owner: gcottom
- License: mit
- Created: 2023-06-28T17:23:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-29T07:39:59.000Z (over 1 year ago)
- Last Synced: 2025-01-05T09:26:49.512Z (over 1 year ago)
- Topics: flac, go, m4a, m4b, metadata, metadata-editor, metadata-parser, mp3, mp4, ogg, ogg-vorbis, opus, vorbis-comment
- Language: Go
- Homepage:
- Size: 55.5 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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)