nelamvr6 wrote: > Robin Bowes;213896 Wrote: >> You need a tool to calculate ReplayGain for ogg files, like metaflac >> does for flac files. >> >> IF such a thing exists it would be fairly trivial to modify the script >> to work with ogg files. >> >> R. > > I have found just the thing, it's called vorbisgain, and it's chugging > away right now. > > The web site of the gentleman who wrote it is 'here' > (http://www.sjeng.org/vorbisgain.html). > > It works on the same principals as replay gain, and most, if not all > players will interpret the tags generated by it as the same as replay > gain tags.
The issue I found was that to calculate album gain you need to do something like "metaflac --add-replay-gain *.flac" where "*.flac" is all tracks in the album. apply_replaygain [1] is simply a wrapper around the metaflac script that finds all albums under the specified start point and executes "metaflac --add--replay-gain *.flac" for each album. Maybe vorbisgain already does that. R. [1] http://robinbowes.com/projects/apply_replaygain _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
