No description
Find a file
2021-09-18 10:47:28 -04:00
.github Fix mistake 2021-07-19 12:52:25 -04:00
benches Start work to parse mp4 atoms 2021-09-01 17:23:50 -04:00
ogg_pager Update dependencies 2021-09-02 20:22:05 -04:00
src Add function for synchsafe integers 2021-09-18 10:47:28 -04:00
tests Add MP4 ilst writing 2021-09-07 01:09:16 -04:00
.gitignore Add Cargo.lock to gitignore 2021-07-19 12:47:18 -04:00
Cargo.toml Remove cfg-if 2021-09-05 19:24:02 -04:00
LICENSE-APACHE Change license 2021-04-03 14:56:29 -04:00
LICENSE-MIT Change license 2021-04-03 14:56:29 -04:00
README.md Remove old dependencies from README 2021-09-03 15:39:30 -04:00
rustfmt.toml Initial work 2021-04-02 20:47:44 -04:00

Lofty

GitHub Workflow Status Downloads Version Documentation

Parse, convert, and write metadata to various audio formats.

Supported Formats

File Format Extensions Read Write Metadata Format(s)
Ape ape X X APEv2, APEv1, ID3v2 (Not officially), ID3v1
AIFF aiff, aif X X ID3v2, Text Chunks
FLAC flac X X Vorbis Comments
MP3 mp3 X X ID3v2, ID3v1, APEv2, APEv1
MP4 mp4, m4a, m4b, m4p, m4r, m4v, 3gp X X Atoms
Opus opus X X Vorbis Comments
Ogg Vorbis ogg X X Vorbis Comments
WAV wav, wave X X ID3v2, RIFF INFO

Documentation

Available here

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.