Skip to content

Commit 4d7cd36

Browse files
m_igashim_igashi
authored andcommitted
feat: add APEv2 tag support for undo functionality
- Implement native APEv2 tag reading/writing (no external dependencies) - Add -u option to undo gain changes from stored tag info - Store MP3GAIN_UNDO and MP3GAIN_MINMAX tags when applying gain - Compatible with original mp3gain APEv2 tags Closes #2
1 parent 03e70ef commit 4d7cd36

File tree

3 files changed

+566
-109
lines changed

3 files changed

+566
-109
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mp3rgain"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
authors = ["Masanari Higashi <M-Igashi@users.noreply.github.com>"]
66
description = "Lossless MP3 volume adjustment - a modern mp3gain replacement written in Rust"

0 commit comments

Comments
 (0)