Post Reply 
ReplayGain
15-04-2023, 06:20
Post: #5
RE: ReplayGain
(14-04-2023 09:45)simbun Wrote:  I can't confirm whether those tags are used but one way to check would be to split the mp3 file into chunks and apply different gain values to the alternating pieces, then play it back (making sure to change the tracknumber of the parts so they're played sequentially).

I use this track splitting approach to test if a renderer supports gapless playback (can test multiple track transitions quickly) where I use sox to perfom the split:
Code:
sox 01.01.flac 02.%2n.flac trim 0 20 : newfile : restart

EDIT: Looking at wikipedia MP3Gain appears to edit the audio itself (information on how to undo the changes are stored in the tags, not the gain itself), so there's nothing to apply in MinimServer.

That is incorrect. MP3Gain does not modify the file, but adds the information as an APE tag incl. undo information. It is a nifty little program.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
ReplayGain - jes - 14-04-2023, 07:05
RE: ReplayGain - tarnkappe - 14-04-2023, 07:21
RE: ReplayGain - jes - 15-04-2023, 06:16
RE: ReplayGain - simbun - 14-04-2023, 09:45
RE: ReplayGain - jes - 15-04-2023 06:20
RE: ReplayGain - simbun - 15-04-2023, 08:46
RE: ReplayGain - simoncn - 15-04-2023, 11:52
RE: ReplayGain - simbun - 15-04-2023, 12:13
RE: ReplayGain - simoncn - 15-04-2023, 12:29
RE: ReplayGain - jes - 16-04-2023, 06:39
RE: ReplayGain - simbun - 16-04-2023, 09:46
RE: ReplayGain - simoncn - 16-04-2023, 13:28
RE: ReplayGain - simbun - 16-04-2023, 14:01
RE: ReplayGain - simoncn - 16-04-2023, 14:57
RE: ReplayGain - simbun - 16-04-2023, 21:36
RE: ReplayGain - simoncn - 16-04-2023, 21:53
RE: ReplayGain - jes - 30-04-2023, 07:00
RE: ReplayGain - simbun - 30-04-2023, 12:06

Forum Jump:


User(s) browsing this thread: 1 Guest(s)