2024-01-12, 01:00 PM
I think I expressed myself badly. Playing the OGG Vorbis files works.
I couldn't find the old post but it was basically about applying vorbisgain to all files to write a DB correction value to the file header.This correction value is used by players such as VLC to play the songs at a consistent volume.
I have put together a few files from my collection to make it clear.
This correction value is contained in the files. When I open the files with Music Brainz Picard, I see these values.
I have combined these files in the list in VLC so that loud and quiet songs are played alternately.
VLC evaluates this value and adjusts the volume. I then inserted the songs in Jellyfin (same files) in the same order in a new playlist. I have extreme differences in the volume during playback.
In the article at the time, it was written that the support of the DB correction value from the OGG Vorbis files will be introduced with version 10.9.
I couldn't find the old post but it was basically about applying vorbisgain to all files to write a DB correction value to the file header.This correction value is used by players such as VLC to play the songs at a consistent volume.
I have put together a few files from my collection to make it clear.
Code:
vorbisgain -d *.ogg
Analyzing files...
Gain | Peak | Scale | New Peak | Track
----------+--------+-------+----------+------
+4.64 dB | 15044 | 1.71 | 25667 | Anne Clark - Shades.ogg
+3.55 dB | 15729 | 1.50 | 23670 | Anne Clark - The Power Game.ogg
-8.87 dB | 33467 | 0.36 | 12053 | Clawfinger - Don't Get Me Wrong.ogg
-10.30 dB | 31350 | 0.31 | 9577 | Eminem - Like Toy Soldiers.ogg
+7.13 dB | 11617 | 2.27 | 26399 | Suzanne Vega - Tom’s Diner (Reprise).ogg
-8.00 dB | 33006 | 0.40 | 13140 | The Crash - Polar.ogg
This correction value is contained in the files. When I open the files with Music Brainz Picard, I see these values.
I have combined these files in the list in VLC so that loud and quiet songs are played alternately.
VLC evaluates this value and adjusts the volume. I then inserted the songs in Jellyfin (same files) in the same order in a new playlist. I have extreme differences in the volume during playback.
In the article at the time, it was written that the support of the DB correction value from the OGG Vorbis files will be introduced with version 10.9.