summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDesuwa <tszymanski@google.com>2020-09-18 03:46:37 -0700
committerMax Kellermann <max@musicpd.org>2020-09-21 10:51:06 +0200
commit23d5a2b8620cea69958d087fc7e13fe1e5adb83d (patch)
tree12e47ee501077d6553f7a05437198f2b76801729 /NEWS
parent7715311117972984459dfbc1a4d8be9a83205b8c (diff)
Support opus header gain tags and match opus playback volume to other tracks when ReplayGain is enabled.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aeb7eb5bf..9ece34870 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,7 @@ ver 0.21.26 (not yet released)
* decoder
- ffmpeg: remove "rtsp://" from the list of supported protocols
- ffmpeg: add "hls+http://" to the list of supported protocols
+ - opus: support the gain value from the Opus header
- sndfile: fix lost samples at end of file
* fix "single" mode bug after resuming playback
* the default log_level is "default", not "info"