No description
Find a file
2021-08-18 21:58:27 -04:00
.github Fix mistake 2021-07-19 12:52:25 -04:00
benches Fix feature issue and add AIFF bench 2021-07-07 21:26:30 -04:00
ogg_pager Version bumps 2021-07-31 22:52:11 -04:00
src Rename features 2021-08-18 21:58:27 -04:00
tests Start work to expose all tags 2021-08-02 17:25:31 -04:00
.gitignore Add Cargo.lock to gitignore 2021-07-19 12:47:18 -04:00
Cargo.toml Rename features 2021-08-18 21:58:27 -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 Fix another mistake in README 2021-07-31 23:05:28 -04:00
rustfmt.toml Initial work 2021-04-02 20:47:44 -04:00

Lofty

GitHub Workflow Status Downloads Version Documentation

This is a fork of Audiotags, adding support for more file types.

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, m4v, isom 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

Thanks

These great projects helped make this crate possible.

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.