GithubHelp home page GithubHelp logo

replaygain's Introduction

Some more awesome players use a set of replaygain_* tags to adjust the
playback volume on the fly - without the need to modify the audio data
on disk. It's completely lossless.

However, to create these tags, you have to use a different specialized
tool for each different format. metaflac for flac files, vorbisgain for
ogg, etc.

This is just a wrapper script, in python, to call the various tools for
each type, so you don't have to think about it.

In the most simple case:
replaygain
will just take all taggable audio files in the current directory,
calculate batch gain values and individual gain values, and save the
tags into each file.

More complex operations could include things like:

replaygain -a
* For each distinct album tag found on all input files, calculate a
* separate batch album value for files with that album tag.

replaygain -r -d
* Find all files recursively under the given directory, calculate the
* batch values grouped by directory.

replaygain -r -a
* like the previous, except keep track of ALL files found recursively,
* their album tags, and the running batch average. Save it all at the
* very end.

replaygain *.flac
* Only operate on the files given

replaygain -t
* Separate batch calculation by filetype - you might have mp3 files from
* one source, and flac files from another, but all from the same album.
* It wouldn't necessarily make sense to calculate them as a single
* album.

When replaygain has a set of files in what it will consider an "album"
and all files have homogeneous replaygain_album_* tags, then replaygain
will skip them unless asked not to. It will also assume any existing
replaygain_track_* tags are correct unless asked not to. Relevant flags
to be determined.

replaygain's People

Contributors

vontrapp avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.