Support opus header gain tags and match opus playback volume to other tracks when ReplayGain is enabled.

This commit is contained in:
Desuwa
2020-09-18 03:46:37 -07:00
committed by Max Kellermann
parent 7715311117
commit 23d5a2b862
5 changed files with 28 additions and 8 deletions

1
NEWS
View File

@@ -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"