Quick question about Replaygain.  I've read the docs and I'm pretty
sure I get what's going on.

My MP3 source files have tags that look like this, thanks to Foobar2000:

TXXX (User defined text information): (replaygain_album_gain): -8.77 dB
TXXX (User defined text information): (replaygain_album_peak): 1.208490
TXXX (User defined text information): (replaygain_track_gain): -9.31 dB
TXXX (User defined text information): (replaygain_track_peak): 1.128475

My Liq script has this line:

normalized = amplify(0.8,override="replaygain_track_gain",source)

When running Liq with debug and -vv, I don't see any output from the
amplify function. (which I assume will never output anything, since it
should always be applying 0.8 if I'm not understanding the metadata
override correctly)

While things *sound* OK coming from the stream, I don't trust these
human ears of mine.  Admittedly, I'm a perfectionist, but I would
simply like to know if Liq is using the Replaygain data from
Foobar2000 correctly. :)

Thanks.

- Rob

(By the way, thank you guys so much for conservative=false on
request.dynamic, and for smart_crossfade.  It's beautiful.)

------------------------------------------------------------------------------
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to