Skip to content

Commit 0b8240a

Browse files
committed
chore: Resynchronize CHANGELOG with changes
1 parent 54b1bfa commit 0b8240a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
77

88
## [Unreleased]
99

10+
### 🎉 Added
11+
12+
- New `getR128Gain()` function which returns the track replay gain value.
13+
- We've validated `ReplayGain Xing/Info` & `REPLAYGAIN_TRACK_GAIN` in MP3 files.
14+
- We also theoretically support `R128_TRACK_GAIN` in MP3 files. In addition, both `REPLAYGAIN_TRACK_GAIN` & `R128_TRACK_GAIN` should theoretically work with Vorbis Comments.
15+
16+
### ⚙️ Internal Changes
17+
18+
- New `debugEmbeddedTags()` function which returns the stringified [`Format`](https://developer.android.com/reference/androidx/media3/common/Format) & [`Metadata`](https://developer.android.com/reference/androidx/media3/common/Metadata) associated with the file.
19+
1020
## [3.1.0] - 2026-05-26
1121

1222
### ⚙️ Internal Changes

0 commit comments

Comments
 (0)