cyanreg / cyanrip

Bule-ish CD ripper
GNU Lesser General Public License v2.1
222 stars 10 forks source link

Why compute ReplayGain with -K? #74

Closed q3cpma closed 8 months ago

q3cpma commented 8 months ago

Isn't it a waste to compute it anyway if it's only put in the log file?

cyanreg commented 8 months ago

The album-wide values at the end of the log are generated via a separate instance and do not require any caching of audio data, so we get them for "free" (the cost is negligible, considering CD drives are much slower than doing some math on each frame). The values are still useful to distinguish between pressings and mastering.

q3cpma commented 8 months ago

I see, thanks for the fast reply.