Package org.qtunes.replaygain

The "replaygain" package has classes to normalize an audio track to a specific volume, and to manage a simple database of stored normalizations

See:
          Description

Class Summary
GainAnalysis Represents a previously calculated analysis, which may be saved to a database or passed into GainAnalysis.getAdjustment(float)
Normalizer A class which manages the ReplayGain normalization on a number of files.
ReplayGainAnalyzer Run ReplayGain algorithm over an AudioInputStream Based on mp3gain
 

Package org.qtunes.replaygain Description

The "replaygain" package has classes to normalize an audio track to a specific volume, and to manage a simple database of stored normalizations